소스 검색

fix regression

escherstair 6 년 전
부모
커밋
d4101bbf06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.