init variable 'base' in initializer list
parent
4b9cc1a484
commit
18bbfdac1a
|
@ -79,10 +79,7 @@ using namespace std;
|
||||||
ObjFileImporter::ObjFileImporter()
|
ObjFileImporter::ObjFileImporter()
|
||||||
: m_Buffer()
|
: m_Buffer()
|
||||||
, m_pRootObject( nullptr )
|
, m_pRootObject( nullptr )
|
||||||
, m_strAbsPath( "" ) {
|
, m_strAbsPath( std::string(1, DefaultIOSystem.getOsSeparator()) ) {}
|
||||||
DefaultIOSystem io;
|
|
||||||
m_strAbsPath = io.getOsSeparator();
|
|
||||||
}
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
// Destructor.
|
// Destructor.
|
||||||
|
|
Loading…
Reference in New Issue