Build fix

This commit is contained in:
Robert Osfield
2017-05-25 09:54:11 +01:00
parent 2fe039e349
commit 502acc19c9
2 changed files with 3 additions and 4 deletions

View File

@@ -322,8 +322,8 @@ class OSG_EXPORT Matrixd
inline Vec4d operator* ( const Vec4d& v ) const;
#ifdef USE_DEPRECATED_API
inline void set(const Quat& q) { makeRotate(q); }
inline void get(Quat& q) const { q = getRotate(); }
inline void set(const Quat& q) { makeRotate(q); } /// deprecated, replace with makeRotate(q)
inline void get(Quat& q) const { q = getRotate(); } /// deprecated, replace with getRotate()
#endif
void setRotate(const Quat& q);