diff options
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 4f73fb0db405..d00f3e69116f 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -485,7 +485,7 @@ bool OpenGLContext::ImplInit() return false; #elif defined( UNX ) -#if DBG_UTIL +#ifdef DBG_UTIL if (glXCreateContextAttribsARB && !mbRequestLegacyContext) { |