Explorar o código

fix regression

escherstair %!s(int64=6) %!d(string=hai) anos
pai
achega
2194577429
Modificáronse 1 ficheiros con 1 adicións e 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( DefaultIOSystem::getOsSeparator() ) {}
+, m_strAbsPath( DefaultIOSystem().getOsSeparator() ) {}
 
 // ------------------------------------------------------------------------------------------------
 //  Destructor.