From d648d291009b0679b7d5fbff2f67408d179d4460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 16 Dec 2015 17:17:01 +0100 Subject: [PATCH] Platform: superfluous endif. --- src/Magnum/Platform/WindowlessWglApplication.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/Platform/WindowlessWglApplication.h b/src/Magnum/Platform/WindowlessWglApplication.h index b439f1caf..544879ed6 100644 --- a/src/Magnum/Platform/WindowlessWglApplication.h +++ b/src/Magnum/Platform/WindowlessWglApplication.h @@ -197,7 +197,6 @@ class WindowlessWglApplication::Configuration { #else typedef Containers::EnumSet Flags; #endif - #endif constexpr /*implicit*/ Configuration() {} ~Configuration();