diff --git a/src/Magnum/Platform/Implementation/EglContextHandler.h b/src/Magnum/Platform/Implementation/EglContextHandler.h index 3f1dc51d3..91751b637 100644 --- a/src/Magnum/Platform/Implementation/EglContextHandler.h +++ b/src/Magnum/Platform/Implementation/EglContextHandler.h @@ -57,7 +57,7 @@ Used in XEglApplication. */ class EglContextHandler: public AbstractContextHandler { public: - explicit EglContextHandler() = default; + explicit EglContextHandler(); ~EglContextHandler(); VisualId getVisualId(EGLNativeDisplayType nativeDisplay) override; @@ -78,6 +78,9 @@ class EglContextHandler: public AbstractContextHandler