summaryrefslogtreecommitdiff
path: root/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'room.cpp')
-rw-r--r--[-rwxr-xr-x]room.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/room.cpp b/room.cpp
index 0e905e6..9ded3ac 100755..100644
--- a/room.cpp
+++ b/room.cpp
@@ -8,11 +8,9 @@
using namespace std;
room::room( string s_name ) : name( s_name )
-{
-}
+{}
room::~room()
-{
-}
+{}
#endif