Fixing build errors.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@395 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2009-04-19 10:36:36 +00:00
parent 85a14fa265
commit 0d53ac5ad5
4 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ private:
/// Stores the following 3d vector.
void getVector3( std::vector<aiVector3D> &point3d_array );
/// Stores the following 3d vector.
void getVector2(std::vector<aiVector2D*> &point2d_array);
void getVector2(std::vector<aiVector2D> &point2d_array);
/// Stores the following face.
void getFace();
void getMaterialDesc();