Explorar o código

- fbx: fix boost compile error.

Alexander Gessler %!s(int64=13) %!d(string=hai) anos
pai
achega
c882ef841f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/FBXConverter.cpp

+ 1 - 1
code/FBXConverter.cpp

@@ -1074,7 +1074,7 @@ private:
 	}
 
 	// key (time), value, mapto (component index)
-	typedef boost::tuple< KeyTimeList*, KeyValueList*, unsigned int > KeyFrameList;
+	typedef boost::tuple< const KeyTimeList*, const KeyValueList*, unsigned int > KeyFrameList;
 	typedef std::vector<KeyFrameList> KeyFrameListList;