summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-09 18:52:12 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-09 18:52:12 +0100
commite5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c (patch)
tree0eb3f2fd075a8d4b6d1ececac2b00683b393f825 /src
parentOnly enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warnings (diff)
downloadcuberite-e5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c.tar
cuberite-e5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c.tar.gz
cuberite-e5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c.tar.bz2
cuberite-e5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c.tar.lz
cuberite-e5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c.tar.xz
cuberite-e5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c.tar.zst
cuberite-e5fc3c63f2ab4bcc8d225f746afd07d01ad9d08c.zip
Diffstat (limited to 'src')
-rw-r--r--src/OSSupport/IsThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/IsThread.h b/src/OSSupport/IsThread.h
index b8784ea33..42b8bfdda 100644
--- a/src/OSSupport/IsThread.h
+++ b/src/OSSupport/IsThread.h
@@ -34,7 +34,7 @@ protected:
public:
cIsThread(const AString & iThreadName);
- ~cIsThread();
+ virtual ~cIsThread();
/// Starts the thread; returns without waiting for the actual start
bool Start(void);