File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ StatementMacros:
97
97
- SerializableClassNameGetter
98
98
- SerializableOverrideMethods
99
99
- ClassInfoGetters
100
+ - EntityAllocation
100
101
- Q_UNUSED
101
102
- QT_REQUIRE_VERSION
102
103
TabWidth : 4
Original file line number Diff line number Diff line change @@ -195,9 +195,9 @@ namespace RTE {
195
195
// Concrete allocation and cloning definitions
196
196
EntityAllocation (Scene)
197
197
198
- // / Constructor method used to instantiate a Scene object in system
199
- // / memory. Create() should be called before using the object.
200
- Scene ();
198
+ // / Constructor method used to instantiate a Scene object in system
199
+ // / memory. Create() should be called before using the object.
200
+ Scene ();
201
201
202
202
// / Destructor method used to clean up a Scene object before deletion
203
203
// / from system memory.
You can’t perform that action at this time.
0 commit comments