Преглед на файлове

ObjImporter: fix the build.

Kim Kulling преди 8 години
родител
ревизия
8cc80a3d9c
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      code/ObjFileParser.h

+ 2 - 3
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