Browse Source

Merge pull request #324 from Gargaj/patch-1

Fix wrong nesting
Alexander Gessler 11 years ago
parent
commit
b2cf7b6f67
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/3DSLoader.h

+ 2 - 2
code/3DSLoader.h

@@ -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