From cac93ec3a5f8f8cc007fa028762d19eeff75ade2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 18 Jun 2016 21:21:01 +0200 Subject: [PATCH] Platform: make WindowlessEglApplication compile. --- src/Magnum/Platform/WindowlessEglApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Platform/WindowlessEglApplication.h b/src/Magnum/Platform/WindowlessEglApplication.h index c656154b0..1eeb03f25 100644 --- a/src/Magnum/Platform/WindowlessEglApplication.h +++ b/src/Magnum/Platform/WindowlessEglApplication.h @@ -72,7 +72,7 @@ class WindowlessEglContext { * and create @ref Platform::Context instance to be able to use Magnum. * @see @ref isCreated() */ - explicit WindowlessEglContext(const Configuration& configuration, const Context* context = nullptr); + explicit WindowlessEglContext(const Configuration& configuration, Context* context = nullptr); /** * @brief Construct without creating the context