summaryrefslogtreecommitdiff
path: root/src/objdef.h
diff options
context:
space:
mode:
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);