mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 08:20:45 +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
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