fix regression
This commit is contained in:
@@ -79,7 +79,7 @@ using namespace std;
|
||||
ObjFileImporter::ObjFileImporter()
|
||||
: m_Buffer()
|
||||
, m_pRootObject( nullptr )
|
||||
, m_strAbsPath( DefaultIOSystem::getOsSeparator() ) {}
|
||||
, m_strAbsPath( DefaultIOSystem().getOsSeparator() ) {}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Destructor.
|
||||
|
||||
Reference in New Issue
Block a user