Explorar o código

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 %!s(int64=16) %!d(string=hai) anos
pai
achega
8dccb31e6e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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