Browse Source

Math: proper error when using deprecated header.

pull/51/head
Vladimír Vondruš 13 years ago
parent
commit
6f12e2c741
  1. 2
      src/Math/Geometry/Rectangle.h

2
src/Math/Geometry/Rectangle.h

@ -68,7 +68,7 @@ namespace Corrade { namespace Utility {
template<class T> struct ConfigurationValue<Magnum::Math::Geometry::Rectangle<T>>: public ConfigurationValue<Magnum::Math::Range2D<T>> {}; template<class T> struct ConfigurationValue<Magnum::Math::Geometry::Rectangle<T>>: public ConfigurationValue<Magnum::Math::Range2D<T>> {};
}} }}
#else #else
#error #error use Magnum/Math/Range.h instead
#endif #endif
#endif #endif

Loading…
Cancel
Save