summaryrefslogtreecommitdiff
path: root/vcl/source/opengl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-06 11:26:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-06 11:26:32 +0100
commitf1d3b68f3cbaab58e464f8111e4db990e008a96c (patch)
tree85ca81833887cdeec83f71bf60d0c1a661b5ef78 /vcl/source/opengl
parente75406e54c57fc3113d4f1983249eb2aec0a3bcd (diff)
loplugin:defaultparams
Change-Id: Ic5bfc72c75745d0a4d9ff165d840ab51c90a8690
Diffstat (limited to 'vcl/source/opengl')
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 911a14d0f1e9..db51515f052e 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -1478,7 +1478,7 @@ rtl::Reference<OpenGLContext> OpenGLContext::getVCLContext(bool bMakeIfNecessary
*/
void OpenGLContext::makeVCLCurrent()
{
- getVCLContext(true);
+ getVCLContext();
}
void OpenGLContext::registerAsCurrent()