mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
changes on macosx
mac picked up a couple of left over issues.
This commit is contained in:
parent
7c7e3c8bf8
commit
815832152d
3 changed files with 3 additions and 3 deletions
|
|
@ -1205,7 +1205,7 @@ inline bool& ConsoleObject::getDynamicGroupExpand()
|
|||
static SimObjectRefConsoleBaseType< className > ptrRefType; \
|
||||
static AbstractClassRep::WriteCustomTamlSchema getStaticWriteCustomTamlSchema(); \
|
||||
static AbstractClassRep* getContainerChildStaticClassRep(); \
|
||||
virtual AbstractClassRep* getClassRep() const
|
||||
AbstractClassRep* getClassRep() const override
|
||||
|
||||
#define DECLARE_CATEGORY( string ) \
|
||||
static const char* __category() { return string; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue