浏览代码

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

Dennis Schridde 12 年之前
父节点
当前提交
bcc311515a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/material.h

+ 1 - 1
include/assimp/material.h

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