ObjImporter: fix the build.

pull/1302/head
Kim Kulling 2017-05-28 14:14:22 +02:00
parent 3d99892b94
commit 8cc80a3d9c
1 changed files with 2 additions and 3 deletions

View File

@ -154,9 +154,8 @@ private:
IOSystem *m_pIO; IOSystem *m_pIO;
//! Pointer to progress handler //! Pointer to progress handler
ProgressHandler* m_progress; ProgressHandler* m_progress;
/// Path to the current model /// Path to the current model, name of the obj file where the buffer comes from
// name of the obj file where the buffer comes from const std::string m_originalObjFileName;
const std::string& m_originalObjFileName;
}; };
} // Namespace Assimp } // Namespace Assimp