Compile fix for motions backport.

This commit is contained in:
Aleric Inglewood
2014-04-04 17:33:45 +02:00
parent 2fb945a489
commit a332a7fc35

View File

@@ -502,7 +502,7 @@ public:
//-------------------------------------------------------------------------
// JointMotionList
//-------------------------------------------------------------------------
class JointMotionList
class JointMotionList : public LLRefCount
{
public:
std::vector<JointMotion*> mJointMotionArray;