summaryrefslogtreecommitdiffstats
path: root/src/Server.h
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:38:37 +0100
committerTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:38:37 +0100
commit9f41761e8ea1eff8980af4dceb7137471538298b (patch)
tree55c3e70d3a1c2582483f490921a5153c49a260cc /src/Server.h
parentPiston is now warnings clean (diff)
downloadcuberite-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.h2
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