summaryrefslogtreecommitdiff
path: root/src/objdef.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-04-10 02:43:49 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2020-05-05 19:26:59 +0200
commitc28fbd06a8bfafc9691a92c90f0cf10ec94cd314 (patch)
tree09c2dcd20ff76356bb58f055b6877f7d9d3915cd /src/objdef.h
parent3c65d1acec27366d88fc3686d3f820175673e203 (diff)
downloadminetest-c28fbd06a8bfafc9691a92c90f0cf10ec94cd314.tar.gz
minetest-c28fbd06a8bfafc9691a92c90f0cf10ec94cd314.tar.bz2
minetest-c28fbd06a8bfafc9691a92c90f0cf10ec94cd314.zip
Fix remaining issues with mapgen scriptapi
Diffstat (limited to 'src/objdef.h')
-rw-r--r--src/objdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objdef.h b/src/objdef.h
index 20565029c..e40324a88 100644
--- a/src/objdef.h
+++ b/src/objdef.h
@@ -66,6 +66,7 @@ protected:
// WARNING: Ownership of ObjDefs is transferred to the ObjDefManager it is
// added/set to. Note that ObjDefs managed by ObjDefManager are NOT refcounted,
// so the same ObjDef instance must not be referenced multiple
+// TODO: const correctness for getter methods
class ObjDefManager {
public:
ObjDefManager(IGameDef *gamedef, ObjDefType type);