소스 검색

- fbx: fix boost compile error.

Alexander Gessler 13 년 전
부모
커밋
c882ef841f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;