diff --git a/Engine/source/console/engineExports.h b/Engine/source/console/engineExports.h index 1303315f8..fba5943d3 100644 --- a/Engine/source/console/engineExports.h +++ b/Engine/source/console/engineExports.h @@ -166,7 +166,7 @@ class EngineExportScope : public EngineExport private: /// Constructor for the global scope. - EngineExportScope():mExports(NULL){} + EngineExportScope(){} };