summaryrefslogtreecommitdiffstats
path: root/src/Map.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-19 16:24:32 +0100
committerMattes D <github@xoft.cz>2015-03-19 16:24:32 +0100
commit2fed8c3227962fc3c7acef2d49513af77c69fa5e (patch)
tree0125db7ac79d8d3b7f3c4a3cf56f62a94df3725b /src/Map.h
parentMerge pull request #1819 from bibo38/bugfix1783 (diff)
downloadcuberite-2fed8c3227962fc3c7acef2d49513af77c69fa5e.tar
cuberite-2fed8c3227962fc3c7acef2d49513af77c69fa5e.tar.gz
cuberite-2fed8c3227962fc3c7acef2d49513af77c69fa5e.tar.bz2
cuberite-2fed8c3227962fc3c7acef2d49513af77c69fa5e.tar.lz
cuberite-2fed8c3227962fc3c7acef2d49513af77c69fa5e.tar.xz
cuberite-2fed8c3227962fc3c7acef2d49513af77c69fa5e.tar.zst
cuberite-2fed8c3227962fc3c7acef2d49513af77c69fa5e.zip
Diffstat (limited to 'src/Map.h')
-rw-r--r--src/Map.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Map.h b/src/Map.h
index fe324a5e7..3e775231a 100644
--- a/src/Map.h
+++ b/src/Map.h
@@ -189,6 +189,11 @@ public:
return "cMap";
}
+ const char * GetClass(void) // Needed for ManualBindings' DoWith templates
+ {
+ return "cMap";
+ }
+
protected: