summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-28 16:29:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-29 10:01:45 +0100
commit6a3413a2336433b1359db95cdf52eec0c93b632e (patch)
tree11cb8fa3329b6ad8fa5e77a349c706133f510e9c /include/vcl/opengl
parent4e0dd43f9a90917676a46e451abaaaa2e52d7f2e (diff)
loplugin:countusersofdefaultparams in include/oox..vcl
Change-Id: If831bce4cd1fe2c5233159b31c239b813629e0de Reviewed-on: https://gerrit.libreoffice.org/45420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 2df8f8c563fb..ad9ef72b824a 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -75,7 +75,7 @@ public:
void requestLegacyContext();
- bool init(vcl::Window* pParent = nullptr);
+ bool init(vcl::Window* pParent);
bool init(SystemChildWindow* pChildWindow);
void reset();