Fix build:

pull/1062/head
Kim Kulling 2016-11-06 20:39:33 +01:00
parent d4223d1fce
commit a43634ebd0
1 changed files with 1 additions and 1 deletions

View File

@ -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"
// ----------------------------------------------------------------------------------