diff options
Diffstat (limited to 'src/objdef.h')
-rw-r--r-- | src/objdef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objdef.h b/src/objdef.h index 65e5c0176..e7e956e51 100644 --- a/src/objdef.h +++ b/src/objdef.h @@ -90,6 +90,9 @@ protected: INodeDefManager *m_ndef; std::vector<ObjDef *> m_objects; ObjDefType m_objtype; + +private: + DISABLE_CLASS_COPY(ObjDefManager); }; #endif |