Browse Source

Math: forgot to add Complex to forward-declaration header.

pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
02235a5a49
  1. 1
      src/Math/Math.h

1
src/Math/Math.h

@ -27,6 +27,7 @@ namespace Magnum { namespace Math {
#ifndef DOXYGEN_GENERATING_OUTPUT
/* Class Constants used only statically */
template<class T> class Complex;
template<class T> class Dual;
template<class> class DualQuaternion;

Loading…
Cancel
Save