From 8cb4243f149ec4aabbb83c2f0ea525bbbf4018e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 2 Jul 2013 01:45:45 +0200 Subject: [PATCH] Text: forgotten EnumSet operators. --- src/Text/AbstractFont.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Text/AbstractFont.h b/src/Text/AbstractFont.h index fb5bac9d5..30e57cafc 100644 --- a/src/Text/AbstractFont.h +++ b/src/Text/AbstractFont.h @@ -246,6 +246,8 @@ class MAGNUM_TEXT_EXPORT AbstractFont: public PluginManager::AbstractPlugin { virtual AbstractLayouter* doLayout(const GlyphCache* cache, Float size, const std::string& text) = 0; }; +CORRADE_ENUMSET_OPERATORS(AbstractFont::Features) + /** @brief Base for text layouters