Преглед изворни кода

init variable in initializer list

escherstair пре 6 година
родитељ
комит
c0ec5140ee
1 измењених фајлова са 1 додато и 4 уклоњено
  1. 1 4
      code/Obj/ObjFileImporter.cpp

+ 1 - 4
code/Obj/ObjFileImporter.cpp

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