EngineExportScope(){} *can't* be initialized by default, aparantly

This commit is contained in:
AzaezelX 2020-10-05 13:44:08 -05:00
parent 605591b315
commit eaf814f2e3

View file

@ -166,7 +166,7 @@ class EngineExportScope : public EngineExport
private:
/// Constructor for the global scope.
EngineExportScope():mExports(NULL){}
EngineExportScope(){}
};