diff --git a/src/SceneGraph/TranslationTransformation.h b/src/SceneGraph/TranslationTransformation.h index 70baedfa1..29bbc169f 100644 --- a/src/SceneGraph/TranslationTransformation.h +++ b/src/SceneGraph/TranslationTransformation.h @@ -112,7 +112,7 @@ class TranslationTransformation: public AbstractTranslation::VectorType _transformation; }; +template inline TranslationTransformation::TranslationTransformation() = default; + #ifndef CORRADE_GCC46_COMPATIBILITY /** @brief Base transformation for two-dimensional scenes supporting translation