From ca249c66fecace5e4564b1a58cf85a8952c85576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 29 Jun 2014 14:36:50 +0200 Subject: [PATCH] GCC 4.6 compatibility: different Containers::EnumSet template. --- src/Magnum/Context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Context.h b/src/Magnum/Context.h index 47d8dde2f..5ff8f2014 100644 --- a/src/Magnum/Context.h +++ b/src/Magnum/Context.h @@ -201,7 +201,7 @@ class MAGNUM_EXPORT Context { * * @see @ref detectedDriver() */ - typedef Containers::EnumSet DetectedDrivers; + typedef Containers::EnumSet DetectedDrivers; /** * @brief Constructor