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
pull/1/head
aramis_acg 2009-01-18 02:18:56 +00:00
parent 244e2468c6
commit 8dccb31e6e
1 changed files with 2 additions and 2 deletions

View File

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