Modified Files:

SGQuat.hxx: Make const method const
This commit is contained in:
frohlich
2006-11-12 07:22:44 +00:00
parent d3bacd0b73
commit cefa9fcd75

View File

@@ -451,7 +451,7 @@ public:
/// Return the time derivative of the quaternion given the angular velocity
SGQuat
derivative(const SGVec3<T>& angVel)
derivative(const SGVec3<T>& angVel) const
{
SGQuat deriv;