diff options
author | Julian Laubstein <julianlaubstein@yahoo.de> | 2014-06-03 21:32:46 +0200 |
---|---|---|
committer | Julian Laubstein <julianlaubstein@yahoo.de> | 2014-06-03 21:32:46 +0200 |
commit | 1499426472cae9d3c6fba1f981fa3a5ceb3679ac (patch) | |
tree | 6fdccc89b715475c37fc7d0cf6f74dc8696b44c6 | |
parent | Changed the m_slotarea position (diff) | |
download | cuberite-1499426472cae9d3c6fba1f981fa3a5ceb3679ac.tar cuberite-1499426472cae9d3c6fba1f981fa3a5ceb3679ac.tar.gz cuberite-1499426472cae9d3c6fba1f981fa3a5ceb3679ac.tar.bz2 cuberite-1499426472cae9d3c6fba1f981fa3a5ceb3679ac.tar.lz cuberite-1499426472cae9d3c6fba1f981fa3a5ceb3679ac.tar.xz cuberite-1499426472cae9d3c6fba1f981fa3a5ceb3679ac.tar.zst cuberite-1499426472cae9d3c6fba1f981fa3a5ceb3679ac.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/MCADefrag/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/MCADefrag/Globals.h b/Tools/MCADefrag/Globals.h index 17dc3920d..a662f0ff4 100644 --- a/Tools/MCADefrag/Globals.h +++ b/Tools/MCADefrag/Globals.h @@ -225,7 +225,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(); + virtual ~cItemCallback() {}; } ; |