mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-13 09:20:47 +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:
|
||||
|
||||
/// Constructor for the global scope.
|
||||
EngineExportScope():mExports(NULL){}
|
||||
EngineExportScope(){}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue