Fixes an error with -pedantic -std=c99 and GCC 4.7.2: ‘visibility’ attribute ignored on types

pull/39/head
Dennis Schridde 2013-05-14 10:36:28 +02:00
parent 5205ee06da
commit bcc311515a
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ struct aiMaterialProperty
* have to stick with the aiMaterialGetXXX family of unbound functions.
* The library defines a set of standard keys (AI_MATKEY_XXX).
*/
struct ASSIMP_API aiMaterial
struct aiMaterial
{
#ifdef __cplusplus