Pārlūkot izejas kodu

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

AzaezelX 5 gadi atpakaļ
vecāks
revīzija
eaf814f2e3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Engine/source/console/engineExports.h

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

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