From 1aa5bd0961cfb9f1ef6c66b9a58399376acffc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 29 Nov 2013 01:59:36 +0100 Subject: [PATCH] Math: error out when Rectangle.h is used in non-deprecated build. How this slipped through?! --- src/Math/Geometry/Rectangle.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Math/Geometry/Rectangle.h b/src/Math/Geometry/Rectangle.h index 4bc017c8e..56d679a46 100644 --- a/src/Math/Geometry/Rectangle.h +++ b/src/Math/Geometry/Rectangle.h @@ -65,6 +65,8 @@ namespace Corrade { namespace Utility { /** @configurationvalue{Magnum::Math::Geometry::Rectangle} */ template struct ConfigurationValue>: public ConfigurationValue> {}; }} +#else +#error #endif #endif