diff --git a/code/FBXConverter.cpp b/code/FBXConverter.cpp index 63c2a5dd2..0c67bb3d9 100644 --- a/code/FBXConverter.cpp +++ b/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 KeyFrameListList;