From 26c8f752fb29a05c3eb75cad77ad5b9aadbc5b56 Mon Sep 17 00:00:00 2001 From: Squareys Date: Wed, 27 Apr 2016 23:50:48 +0200 Subject: [PATCH] WIP Signed-off-by: Squareys --- src/Magnum/Platform/GlfwApplication.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 810c46be3..5eaf5bdfd 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -229,7 +229,6 @@ class GlfwApplication { HWND getPlatformWindow() { return glfwGetWin32Window(_window); } - #endif #ifdef DOXYGEN_GENERATING_OUTPUT