diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-06 11:26:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-06 11:26:32 +0100 |
commit | f1d3b68f3cbaab58e464f8111e4db990e008a96c (patch) | |
tree | 85ca81833887cdeec83f71bf60d0c1a661b5ef78 /vcl/source/opengl | |
parent | e75406e54c57fc3113d4f1983249eb2aec0a3bcd (diff) |
loplugin:defaultparams
Change-Id: Ic5bfc72c75745d0a4d9ff165d840ab51c90a8690
Diffstat (limited to 'vcl/source/opengl')
-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 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() |