2
0
Эх сурвалжийг харах

Fixed issues with gcc 4.3.2 - semicolon after namespace closing brace not accepted. Thanks to klickverbot to point it out.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@303 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 16 жил өмнө
parent
commit
8dccb31e6e
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      include/aiTypes.h

+ 2 - 2
include/aiTypes.h

@@ -82,8 +82,8 @@ namespace Intern		{
 		void  operator delete[] ( void* data);
 
 	}; //! struct AllocateFromAssimpHeap
-}; //! namespace Intern
-}; //! namespace Assimp
+} //! namespace Intern
+} //! namespace Assimp
 
 extern "C" {
 #endif