Explorar o código

fix regression

escherstair %!s(int64=6) %!d(string=hai) anos
pai
achega
d4101bbf06
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( std::string(1, DefaultIOSystem.getOsSeparator()) ) {}
+, m_strAbsPath( std::string(1, DefaultIOSystem().getOsSeparator()) ) {}
 
 // ------------------------------------------------------------------------------------------------
 //  Destructor.