diff --git a/src/Magnum/AbstractFramebuffer.h b/src/Magnum/AbstractFramebuffer.h index dfa05dc66..13678bdbd 100644 --- a/src/Magnum/AbstractFramebuffer.h +++ b/src/Magnum/AbstractFramebuffer.h @@ -53,7 +53,7 @@ enum class FramebufferClear: GLbitfield { @see @ref AbstractFramebuffer::clear() */ -typedef Containers::EnumSet FramebufferClearMask; /** @@ -95,7 +95,7 @@ enum class FramebufferBlit: GLbitfield { @requires_gles30 %Extension @es_extension{ANGLE,framebuffer_blit} or @es_extension{NV,framebuffer_blit} in OpenGL ES 2.0 */ -typedef Containers::EnumSet FramebufferBlitMask; /** diff --git a/src/Magnum/AbstractShaderProgram.h b/src/Magnum/AbstractShaderProgram.h index 8f56feb1b..bbe3dd29c 100644 --- a/src/Magnum/AbstractShaderProgram.h +++ b/src/Magnum/AbstractShaderProgram.h @@ -1122,7 +1122,7 @@ template class AbstractShaderProgram::Attribute { * @see @ref Attribute() */ #ifdef DOXYGEN_GENERATING_OUTPUT - typedef typename Containers::EnumSet DataOptions; + typedef typename Containers::EnumSet DataOptions; #else typedef typename Implementation::Attribute::DataOptions DataOptions; #endif @@ -1269,7 +1269,7 @@ struct FloatAttribute { enum class DataOption: UnsignedByte { Normalized = 1 << 0 }; - typedef Containers::EnumSet DataOptions; + typedef Containers::EnumSet DataOptions; static UnsignedInt MAGNUM_EXPORT size(GLint components, DataType dataType); }; @@ -1294,7 +1294,7 @@ struct IntAttribute { constexpr static DataType DefaultDataType = DataType::Int; enum class DataOption: UnsignedByte {}; - typedef Containers::EnumSet DataOptions; + typedef Containers::EnumSet DataOptions; static UnsignedInt MAGNUM_EXPORT size(GLint components, DataType dataType); }; diff --git a/src/Magnum/Audio/AbstractImporter.h b/src/Magnum/Audio/AbstractImporter.h index 40c388138..7bf4ad532 100644 --- a/src/Magnum/Audio/AbstractImporter.h +++ b/src/Magnum/Audio/AbstractImporter.h @@ -79,7 +79,7 @@ class MAGNUM_AUDIO_EXPORT AbstractImporter: public PluginManager::AbstractPlugin * * @see @ref features() */ - typedef Containers::EnumSet Features; + typedef Containers::EnumSet Features; /** @brief Default constructor */ explicit AbstractImporter(); diff --git a/src/Magnum/Buffer.h b/src/Magnum/Buffer.h index 297c9f0d2..a993584a2 100644 --- a/src/Magnum/Buffer.h +++ b/src/Magnum/Buffer.h @@ -434,7 +434,7 @@ class MAGNUM_EXPORT Buffer: public AbstractObject { * @requires_gles30 %Extension @es_extension{EXT,map_buffer_range} in * OpenGL ES 2.0 */ - typedef Containers::EnumSet MapFlags; + typedef Containers::EnumSet MapFlags; #ifndef MAGNUM_TARGET_GLES /** diff --git a/src/Magnum/Context.h b/src/Magnum/Context.h index ec6b26c80..0b9d69078 100644 --- a/src/Magnum/Context.h +++ b/src/Magnum/Context.h @@ -160,14 +160,14 @@ class MAGNUM_EXPORT Context { * * @see @ref resetState() */ - typedef Containers::EnumSet States; + typedef Containers::EnumSet States; /** * @brief %Context flags * * @see @ref flags() */ - typedef Containers::EnumSet Flags; + typedef Containers::EnumSet Flags; /** * @brief Constructor diff --git a/src/Magnum/Platform/AbstractXApplication.h b/src/Magnum/Platform/AbstractXApplication.h index 2d95ec5cc..89ef9b35a 100644 --- a/src/Magnum/Platform/AbstractXApplication.h +++ b/src/Magnum/Platform/AbstractXApplication.h @@ -174,7 +174,7 @@ class AbstractXApplication { Exit = 1 << 1 }; - typedef Containers::EnumSet Flags; + typedef Containers::EnumSet Flags; CORRADE_ENUMSET_FRIEND_OPERATORS(Flags) Display* display; @@ -272,7 +272,7 @@ class AbstractXApplication::InputEvent { * * @see @ref modifiers() */ - typedef Containers::EnumSet Modifiers; + typedef Containers::EnumSet Modifiers; /** * @brief Mouse button @@ -290,7 +290,7 @@ class AbstractXApplication::InputEvent { * * @see @ref buttons() */ - typedef Containers::EnumSet Buttons; + typedef Containers::EnumSet