mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-24 22:54:50 +00:00
Merge pull request #350 from Azaezel/alpha40_EngineExportFix
EngineExportScope(){} *can't* be initialized by default, aparantly
This commit is contained in:
commit
04795cefbb
|
|
@ -166,7 +166,7 @@ class EngineExportScope : public EngineExport
|
|||
private:
|
||||
|
||||
/// Constructor for the global scope.
|
||||
EngineExportScope():mExports(NULL){}
|
||||
EngineExportScope(){}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue