2
0
Эх сурвалжийг харах

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

AzaezelX 5 жил өмнө
parent
commit
eaf814f2e3

+ 1 - 1
Engine/source/console/engineExports.h

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