Browse Source

singles: Math uses Corrade unprefixed now, make it work here as well.

pull/659/head
Vladimír Vondruš 1 year ago
parent
commit
632a201cc3
  1. 2
      src/singles/MagnumMath.hpp

2
src/singles/MagnumMath.hpp

@ -222,6 +222,8 @@ template<class U> class className { \
namespace Magnum {
using namespace Corrade;
typedef Math::Half Half;
typedef Math::BitVector<2> BitVector2;
typedef Math::BitVector<3> BitVector3;

Loading…
Cancel
Save