Explorar el Código

fix regression

escherstair hace 6 años
padre
commit
d4101bbf06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/Obj/ObjFileImporter.cpp

+ 1 - 1
code/Obj/ObjFileImporter.cpp

@@ -79,7 +79,7 @@ using namespace std;
 ObjFileImporter::ObjFileImporter()
 : m_Buffer()
 , m_pRootObject( nullptr )
-, m_strAbsPath( std::string(1, DefaultIOSystem.getOsSeparator()) ) {}
+, m_strAbsPath( std::string(1, DefaultIOSystem().getOsSeparator()) ) {}
 
 // ------------------------------------------------------------------------------------------------
 //  Destructor.