mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +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
|
|
@ -258,7 +258,7 @@ class EngineObject;
|
|||
static EngineClassTypeInfo< ThisType, _ClassBase > _smTypeInfo; \
|
||||
static EngineExportScope& __engineExportScope(); \
|
||||
static EnginePropertyTable& _smPropertyTable; \
|
||||
virtual const EngineTypeInfo* __typeinfo() const; \
|
||||
const EngineTypeInfo* __typeinfo() const override; \
|
||||
public:
|
||||
|
||||
/// Declare an abstract class @a type derived from the class @a super.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue