diff options
Diffstat (limited to 'src/server.h')
-rw-r--r-- | src/server.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server.h b/src/server.h index 5236851fe..56706bc61 100644 --- a/src/server.h +++ b/src/server.h @@ -155,6 +155,8 @@ public: ChatInterface *iface = NULL ); ~Server(); + DISABLE_CLASS_COPY(Server); + void start(Address bind_addr); void stop(); // This is mainly a way to pass the time to the server. @@ -671,8 +673,6 @@ private: std::unordered_map<std::string, ModMetadata *> m_mod_storages; float m_mod_storage_save_timer; - - DISABLE_CLASS_COPY(Server); }; /* |