瀏覽代碼

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