@ -220,7 +220,7 @@ template<class T> class AbstractBasicTranslationRotation3D: public AbstractBasic
return*this;
}
#ifdef MAGNUM_BUILD_DEPRECATED
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractBasicTranslationRotation3D<T>&translate(constMath::Vector2<T>&vector,TransformationTypetype){
CORRADE_DEPRECATED("use translate() or translateLocal() instead")AbstractBasicTranslationRotation3D<T>&translate(constMath::Vector3<T>&vector,TransformationTypetype){