git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@903 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -236,9 +236,9 @@ struct Mesh
|
||||
//! \brief Data structure to store all obj-specific model datas
|
||||
struct Model
|
||||
{
|
||||
typedef std::map<std::string*, std::vector<unsigned int>* > GroupMap;
|
||||
typedef std::map<std::string*, std::vector<unsigned int>* >::iterator GroupMapIt;
|
||||
typedef std::map<std::string*, std::vector<unsigned int>* >::const_iterator ConstGroupMapIt;
|
||||
typedef std::map<std::string, std::vector<unsigned int>* > GroupMap;
|
||||
typedef std::map<std::string, std::vector<unsigned int>* >::iterator GroupMapIt;
|
||||
typedef std::map<std::string, std::vector<unsigned int>* >::const_iterator ConstGroupMapIt;
|
||||
|
||||
//! Model name
|
||||
std::string m_ModelName;
|
||||
|
||||
Reference in New Issue
Block a user