summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/zone.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/zone.hxx')
-rw-r--r--vcl/inc/opengl/zone.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/zone.hxx b/vcl/inc/opengl/zone.hxx
index 621ee4289b27..4bcdf15dcf79 100644
--- a/vcl/inc/opengl/zone.hxx
+++ b/vcl/inc/opengl/zone.hxx
@@ -30,7 +30,7 @@ public:
/// Create this to not only enter the zone, but set VCL context.
class OpenGLVCLContextZone {
- OpenGLZone const aZone;
+ OpenGLZone aZone;
public:
OpenGLVCLContextZone();
};