fix regression

This commit is contained in:
escherstair
2019-09-18 08:25:24 +02:00
committed by GitHub
parent a5859dd3f4
commit 2194577429

View File

@@ -79,7 +79,7 @@ using namespace std;
ObjFileImporter::ObjFileImporter()
: m_Buffer()
, m_pRootObject( nullptr )
, m_strAbsPath( DefaultIOSystem::getOsSeparator() ) {}
, m_strAbsPath( DefaultIOSystem().getOsSeparator() ) {}
// ------------------------------------------------------------------------------------------------
// Destructor.