Update IFCReaderGen_2x3.h

Fix a typo
pull/3012/head
Kim Kulling 2020-03-18 16:20:38 +01:00 committed by GitHub
parent 959446e416
commit 017b3238ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "code/Step/STEPFile.h" #include "code/Step/STEPFile.h"
#ifdef _WIN32 #ifdef _WIN32
# pragma warning( disable 4512 ) # pragma warning( disable : 4512 )
#endif // _WIN32 #endif // _WIN32
namespace Assimp { namespace Assimp {