Pārlūkot izejas kodu

- fbx: fix boost compile error.

Alexander Gessler 13 gadi atpakaļ
vecāks
revīzija
c882ef841f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;