From d4101bbf06f5d2aed0d57f0b63cf96000a7ea26c Mon Sep 17 00:00:00 2001 From: escherstair Date: Thu, 19 Sep 2019 08:07:55 +0200 Subject: [PATCH] fix regression --- code/Obj/ObjFileImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Obj/ObjFileImporter.cpp b/code/Obj/ObjFileImporter.cpp index bd7985740..26cc6d1f9 100644 --- a/code/Obj/ObjFileImporter.cpp +++ b/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.