diff --git a/src/Math/Dual.h b/src/Math/Dual.h index b5f70f4b7..5ee1ecdc0 100644 --- a/src/Math/Dual.h +++ b/src/Math/Dual.h @@ -31,7 +31,7 @@ namespace Magnum { namespace Math { @tparam T Underlying data type */ template class Dual { - template friend class Dual; + template friend class Dual; public: typedef T Type; /**< @brief Underlying data type */