summaryrefslogtreecommitdiffstats
path: root/gfx/gl/GLContextCGL.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/GLContextCGL.h')
-rw-r--r--gfx/gl/GLContextCGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gl/GLContextCGL.h b/gfx/gl/GLContextCGL.h
index 1a29f3d15..23616d861 100644
--- a/gfx/gl/GLContextCGL.h
+++ b/gfx/gl/GLContextCGL.h
@@ -24,7 +24,7 @@ class GLContextCGL : public GLContext
{
friend class GLContextProviderCGL;
- NSOpenGLContext* mContext;
+ NSOpenGLContext* const mContext;
public:
MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(GLContextCGL, override)