diff --git a/src/Math/DualQuaternion.h b/src/Math/DualQuaternion.h index 6ebbd74ea..8000e8480 100644 --- a/src/Math/DualQuaternion.h +++ b/src/Math/DualQuaternion.h @@ -279,7 +279,7 @@ template class DualQuaternion: public Dual> { private: /* Used by Dual operators and dualConjugated() */ - DualQuaternion(const Dual>& other): Dual>(other) {} + inline constexpr DualQuaternion(const Dual>& other): Dual>(other) {} }; /** @debugoperator{Magnum::Math::DualQuaternion} */