Merge branch 'master' into fixJoinVerticesProcess

This commit is contained in:
Kim Kulling
2023-01-17 09:11:43 +01:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -154,7 +154,6 @@ private:
const unsigned int column;
};
// XXX should use C++11's unique_ptr - but assimp's need to keep working with 03
typedef const Token* TokenPtr;
typedef std::vector< TokenPtr > TokenList;