Browse Source

Math: minor code cleanup.

pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
0dfa00b24d
  1. 2
      src/Math/Dual.h

2
src/Math/Dual.h

@ -31,7 +31,7 @@ namespace Magnum { namespace Math {
@tparam T Underlying data type
*/
template<class T> class Dual {
template<class U> friend class Dual;
template<class> friend class Dual;
public:
typedef T Type; /**< @brief Underlying data type */

Loading…
Cancel
Save