From d5f58b025fd8e9a1cda882da551a76a95aa9f52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 26 Jun 2014 21:23:45 +0200 Subject: [PATCH] Code reorganization. --- src/Magnum/Context.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Magnum/Context.h b/src/Magnum/Context.h index 0b9d69078..e68221939 100644 --- a/src/Magnum/Context.h +++ b/src/Magnum/Context.h @@ -130,6 +130,13 @@ class MAGNUM_EXPORT Context { #endif }; + /** + * @brief %Context flags + * + * @see @ref flags() + */ + typedef Containers::EnumSet Flags; + /** * @brief State to reset * @@ -162,13 +169,6 @@ class MAGNUM_EXPORT Context { */ typedef Containers::EnumSet States; - /** - * @brief %Context flags - * - * @see @ref flags() - */ - typedef Containers::EnumSet Flags; - /** * @brief Constructor *