ยง
authorKim Kulling <kim.kulling@googlemail.com>
Sat, 5 Aug 2017 16:54:17 +0000 (18:54 +0200)
committerKim Kulling <kim.kulling@googlemail.com>
Sat, 5 Aug 2017 16:54:17 +0000 (18:54 +0200)
code/FBXDocument.cpp

index 9b6e737..b19ce4c 100644 (file)
@@ -292,11 +292,10 @@ Document::~Document()
 }
 
 // ------------------------------------------------------------------------------------------------
-static const int LowerSupportedVersion = 7100;
-static const int UpperSupportedVersion = 7400;
+static const unsigned int LowerSupportedVersion = 7100;
+static const unsigned int UpperSupportedVersion = 7400;
 
-void Document::ReadHeader()
-{
+void Document::ReadHeader() {
     // Read ID objects from "Objects" section
     const Scope& sc = parser.GetRootScope();
     const Element* const ehead = sc["FBXHeaderExtension"];