From 1e9704dca9a861ffb7b2d3978e1390bea7af7ef0 Mon Sep 17 00:00:00 2001 From: neoraider Date: Wed, 26 Sep 2007 19:28:04 +0000 Subject: zoomedit: ?berschlagene Polygone werden jetzt korrekt gerendert --- Room.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Room.h') diff --git a/Room.h b/Room.h index 527a444..5422e3d 100644 --- a/Room.h +++ b/Room.h @@ -6,16 +6,16 @@ class Room : public Polygon { -private: - std::string name; -public: - Room() {} - Room(std::string name) {this->name = name;} - - - std::string &getName() {return name;} - const std::string &getName() const {return name;} - void setName(const std::string &name) {this->name = name;} + private: + std::string name; + public: + Room() {} + Room(std::string name) {this->name = name;} + + + std::string &getName() {return name;} + const std::string &getName() const {return name;} + void setName(const std::string &name) {this->name = name;} }; #endif /*ROOM_H_*/ -- cgit v1.2.3