Browse Source

Text: forgotten EnumSet operators.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
8cb4243f14
  1. 2
      src/Text/AbstractFont.h

2
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; virtual AbstractLayouter* doLayout(const GlyphCache* cache, Float size, const std::string& text) = 0;
}; };
CORRADE_ENUMSET_OPERATORS(AbstractFont::Features)
/** /**
@brief Base for text layouters @brief Base for text layouters

Loading…
Cancel
Save