summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/default/headless_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/default/headless_view.hpp')
-rw-r--r--include/mbgl/platform/default/headless_view.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/platform/default/headless_view.hpp b/include/mbgl/platform/default/headless_view.hpp
index b8b91213c2..44e1e71dc3 100644
--- a/include/mbgl/platform/default/headless_view.hpp
+++ b/include/mbgl/platform/default/headless_view.hpp
@@ -83,6 +83,7 @@ private:
#if MBGL_USE_EGL
EGLDisplay glDisplay = EGL_NO_DISPLAY;
+ EGLConfig glConfig = nullptr;
EGLSurface glSurface = EGL_NO_SURFACE;
EGLContext glContext = EGL_NO_CONTEXT;
#endif