From 8cc80a3d9c067a2fd652af1af7c81636ce1157c6 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 28 May 2017 14:14:22 +0200 Subject: [PATCH] ObjImporter: fix the build. --- code/ObjFileParser.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/ObjFileParser.h b/code/ObjFileParser.h index ed8e7a0..64dc18c 100644 --- a/code/ObjFileParser.h +++ b/code/ObjFileParser.h @@ -154,9 +154,8 @@ private: IOSystem *m_pIO; //! Pointer to progress handler ProgressHandler* m_progress; - /// Path to the current model - // name of the obj file where the buffer comes from - const std::string& m_originalObjFileName; + /// Path to the current model, name of the obj file where the buffer comes from + const std::string m_originalObjFileName; }; } // Namespace Assimp -- 2.7.4