summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2014-06-03 21:32:46 +0200
committerJulian Laubstein <julianlaubstein@yahoo.de>2014-06-03 21:32:46 +0200
commit1499426472cae9d3c6fba1f981fa3a5ceb3679ac (patch)
tree6fdccc89b715475c37fc7d0cf6f74dc8696b44c6 /Tools
parentChanged the m_slotarea position (diff)
downloadcuberite-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 'Tools')
-rw-r--r--Tools/MCADefrag/Globals.h2
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() {};
} ;