summaryrefslogtreecommitdiff
path: root/vcl/opengl/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-08-18 10:10:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-08-18 10:11:23 +0200
commit7742f5142b3bb598c103ed15b46bfcb50873a6a8 (patch)
treeb6a26ca94b0665a85ad8a2761a8b765b1366fbcd /vcl/opengl/win
parent8106bea9e929922a1d97b0ef37b6474333fc1b85 (diff)
loplugin:oncevar (clang-cl)
Change-Id: I118da42ad7a42e4d081fd9901e230a0318a77f73
Diffstat (limited to 'vcl/opengl/win')
-rw-r--r--vcl/opengl/win/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx
index 41cbda7e7165..0836a3f27c4f 100644
--- a/vcl/opengl/win/gdiimpl.cxx
+++ b/vcl/opengl/win/gdiimpl.cxx
@@ -589,7 +589,7 @@ bool WinOpenGLContext::ImplInit()
// now setup the shared context; this needs a temporary context already
// set up in order to work
- int attribs [] =
+ int const attribs [] =
{
#ifdef DBG_UTIL
WGL_CONTEXT_FLAGS_ARB, WGL_CONTEXT_DEBUG_BIT_ARB,