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