Fix wrong nesting

Otherwise doesn't compile if ASSIMP_BUILD_NO_3DS_IMPORTER is defined because the #endif is inside the namespace block
pull/324/head
Gargaj 2014-08-06 00:44:30 +02:00
parent 203d5d6fcc
commit 9cdecc780b
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ protected:
bool bIsPrj;
};
#endif // !! ASSIMP_BUILD_NO_3DS_IMPORTER
} // end of namespace Assimp
#endif // !! ASSIMP_BUILD_NO_3DS_IMPORTER
#endif // AI_3DSIMPORTER_H_INC