diff options
author | Mattes D <github@xoft.cz> | 2014-06-04 18:02:45 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-06-04 18:02:45 +0200 |
commit | c11488ccd77c02ec9228800071930a458db6b356 (patch) | |
tree | bcee4502dc854de44f398d9e417cc3691f4d7378 /Tools/MCADefrag | |
parent | Merge pull request #1060 from Howaner/Inventory (diff) | |
parent | Update IncrementalRedstoneSimulator.cpp (diff) | |
download | cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.gz cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.bz2 cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.lz cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.xz cuberite-c11488ccd77c02ec9228800071930a458db6b356.tar.zst cuberite-c11488ccd77c02ec9228800071930a458db6b356.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/MCADefrag/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/MCADefrag/Globals.h b/Tools/MCADefrag/Globals.h index f70a90d17..6593187e6 100644 --- a/Tools/MCADefrag/Globals.h +++ b/Tools/MCADefrag/Globals.h @@ -240,6 +240,7 @@ template <typename Type> class cItemCallback public: /// Called for each item in the internal list; return true to stop the loop, or false to continue enumerating virtual bool Item(Type * a_Type) = 0; + virtual ~cItemCallback() {}; } ; |