mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
EngineExportScope(){} *can't* be initialized by default, aparantly
This commit is contained in:
parent
605591b315
commit
eaf814f2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class EngineExportScope : public EngineExport
|
||||||
private:
|
private:
|
||||||
|
|
||||||
/// Constructor for the global scope.
|
/// Constructor for the global scope.
|
||||||
EngineExportScope():mExports(NULL){}
|
EngineExportScope(){}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue