Fix linux build

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@115 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
kimmi
2008-08-17 15:04:10 +00:00
parent 0ccf2dd60b
commit 51bfc46c1d
20 changed files with 49 additions and 38 deletions

View File

@@ -97,7 +97,7 @@ protected:
Entry() { /** intentionally not initialized.*/ }
Entry( unsigned int pIndex, const aiVector3D& pPosition, float pDistance)
: mPosition( pPosition), mIndex( pIndex), mDistance( pDistance)
: mIndex( pIndex), mPosition( pPosition), mDistance( pDistance)
{ }
bool operator < (const Entry& e) const { return mDistance < e.mDistance; }
@@ -109,4 +109,4 @@ protected:
} // end of namespace Assimp
#endif // AI_SPATIALSORT_H_INC
#endif // AI_SPATIALSORT_H_INC