Browse Source

Math: error out when Rectangle.h is used in non-deprecated build.

How this slipped through?!
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
1aa5bd0961
  1. 2
      src/Math/Geometry/Rectangle.h

2
src/Math/Geometry/Rectangle.h

@ -65,6 +65,8 @@ namespace Corrade { namespace Utility {
/** @configurationvalue{Magnum::Math::Geometry::Rectangle} */
template<class T> struct ConfigurationValue<Magnum::Math::Geometry::Rectangle<T>>: public ConfigurationValue<Magnum::Math::Range2D<T>> {};
}}
#else
#error
#endif
#endif

Loading…
Cancel
Save