From 59887868da3499c68d5f259cfa48178354397448 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Sep 2018 13:08:33 +0200 Subject: loplugin:constfields in vcl Change-Id: I1072642be4fdfa720e61f2d7bad3c2701eb81610 Reviewed-on: https://gerrit.libreoffice.org/60430 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/opengl/OpenGLContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/opengl') diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index fc4f74b0be1e..a5493c0d6927 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -168,7 +168,7 @@ protected: bool mbInitialized; int mnRefCount; bool mbRequestLegacyContext; - bool mbUseDoubleBufferedRendering; + bool const mbUseDoubleBufferedRendering; bool mbVCLOnly; int mnFramebufferCount; -- cgit