make IK compile on Mac OSX

This commit is contained in:
Erwin Coumans
2016-07-24 23:50:18 -07:00
parent 75e86051c2
commit 53fa57bdc4
9 changed files with 14 additions and 230 deletions

View File

@@ -195,7 +195,7 @@ public:
inline double Diagonal( int );
inline void MakeTranspose(); // Transposes it.
void Matrix4x4::operator*= (const Matrix4x4& B); // Matrix product
void operator*= (const Matrix4x4& B); // Matrix product
Matrix4x4& ReNormalize();
};