summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/environment.h b/src/environment.h
index 4c00ef9e8..55fc4707c 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -49,6 +49,7 @@ public:
// Environment will delete the map passed to the constructor
Environment(IGameDef *gamedef);
virtual ~Environment();
+ DISABLE_CLASS_COPY(Environment);
/*
Step everything in environment.
@@ -121,8 +122,6 @@ protected:
private:
std::mutex m_time_lock;
-
- DISABLE_CLASS_COPY(Environment);
};
#endif