diff --git a/src/SceneGraph/AbstractTranslationRotation3D.h b/src/SceneGraph/AbstractTranslationRotation3D.h index c3853efa1..fd132c250 100644 --- a/src/SceneGraph/AbstractTranslationRotation3D.h +++ b/src/SceneGraph/AbstractTranslationRotation3D.h @@ -120,7 +120,7 @@ class AbstractTranslationRotation3D: public AbstractTransformation<3, T> { /* Overloads to remove WTF-factor from method chaining order */ #ifndef DOXYGEN_GENERATING_OUTPUT AbstractTranslationRotation3D* resetTransformation() { - AbstractTransformation<2, T>::resetTransformation(); + AbstractTransformation<3, T>::resetTransformation(); return this; } #endif