Browse Source

Update IFCReaderGen_2x3.h

Fix a typo
Kim Kulling 5 years ago
parent
commit
017b3238ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Importer/IFC/IFCReaderGen_2x3.h

+ 1 - 1
code/Importer/IFC/IFCReaderGen_2x3.h

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