Fix compile error related to last commit (#776)
This commit is contained in:
parent
ff2851164d
commit
d85e55dd9b
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class Object
|
|||
DynamicObject* ToDynObject() { if (GetTypeId() == TYPEID_DYNAMICOBJECT) return reinterpret_cast<DynamicObject*>(this); else return NULL; }
|
||||
DynamicObject const* ToDynObject() const { if (GetTypeId() == TYPEID_DYNAMICOBJECT) return reinterpret_cast<DynamicObject const*>(this); else return NULL; }
|
||||
|
||||
DataMap DataMap;
|
||||
DataMap CustomData;
|
||||
|
||||
protected:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue