浏览代码

Fix build:

Kim Kulling 8 年之前
父节点
当前提交
a43634ebd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/types.h

+ 1 - 1
include/assimp/types.h

@@ -226,7 +226,7 @@ struct aiColor3D
 
     //! Red, green and blue color values
     ai_real r, g, b;
-} PACK_STRUCT;  // !struct aiColor3D
+} /*PACK_STRUCT*/;  // !struct aiColor3D
 #include "./Compiler/poppack1.h"
 
 // ----------------------------------------------------------------------------------