- fbx: fix boost compile error.

pull/14/head
Alexander Gessler 2012-07-26 04:03:55 +02:00
parent d5c05c7d84
commit c882ef841f
1 changed files with 1 additions and 1 deletions

View File

@ -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;