浏览代码

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

AzaezelX 5 年之前
父节点
当前提交
eaf814f2e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(){}
 };