diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-22 15:55:24 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-31 09:16:42 +0100 |
commit | 2e1588820d3c27a82d4bd6401dc9af728130908c (patch) | |
tree | 831c74b13dcf099ca2a6eba7cc87d834fad955c8 /src/World.h | |
parent | fixxed warnings in Server.cpp (diff) | |
download | cuberite-2e1588820d3c27a82d4bd6401dc9af728130908c.tar cuberite-2e1588820d3c27a82d4bd6401dc9af728130908c.tar.gz cuberite-2e1588820d3c27a82d4bd6401dc9af728130908c.tar.bz2 cuberite-2e1588820d3c27a82d4bd6401dc9af728130908c.tar.lz cuberite-2e1588820d3c27a82d4bd6401dc9af728130908c.tar.xz cuberite-2e1588820d3c27a82d4bd6401dc9af728130908c.tar.zst cuberite-2e1588820d3c27a82d4bd6401dc9af728130908c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World.h b/src/World.h index c067252d9..67f1275c0 100644 --- a/src/World.h +++ b/src/World.h @@ -78,6 +78,7 @@ public: class cTask { public: + virtual ~cTask(){}; virtual void Run(cWorld & a_World) = 0; } ; |