Browse Source

fix regression

escherstair 6 years ago
parent
commit
2194577429
1 changed files with 1 additions and 1 deletions
  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.