Fix wrong nesting
Otherwise doesn't compile if ASSIMP_BUILD_NO_3DS_IMPORTER is defined because the #endif is inside the namespace blockpull/324/head
parent
203d5d6fcc
commit
9cdecc780b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue