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
This commit is contained in:
@@ -82,8 +82,8 @@ namespace Intern {
|
||||
void operator delete[] ( void* data);
|
||||
|
||||
}; //! struct AllocateFromAssimpHeap
|
||||
}; //! namespace Intern
|
||||
}; //! namespace Assimp
|
||||
} //! namespace Intern
|
||||
} //! namespace Assimp
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user