diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:38:37 +0100 |
---|---|---|
committer | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:38:37 +0100 |
commit | 9f41761e8ea1eff8980af4dceb7137471538298b (patch) | |
tree | 55c3e70d3a1c2582483f490921a5153c49a260cc /src/Server.h | |
parent | Piston is now warnings clean (diff) | |
download | cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.gz cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.bz2 cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.lz cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.xz cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.zst cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.zip |
Diffstat (limited to 'src/Server.h')
-rw-r--r-- | src/Server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Server.h b/src/Server.h index 0d93469a5..1f94bb3da 100644 --- a/src/Server.h +++ b/src/Server.h @@ -35,6 +35,8 @@ class cServer // tolua_export : public cListenThread::cCallback { // tolua_export public: // tolua_export + + virtual ~cServer() {} bool InitServer(cIniFile & a_SettingsIni); // tolua_begin |