From ea776256bb4b4558bb77a5245ff92e55d653aeef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 2 Dec 2013 15:52:54 +0100 Subject: [PATCH] GCC 4.5 compatibility: can't default function in class body. --- src/SceneGraph/TranslationTransformation.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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