diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-31 22:42:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-31 22:42:08 +0200 |
commit | f3f42bcede27ed78ac1216ca099a5971dc4ff300 (patch) | |
tree | 9fc0e9e5cea640980c5cd80676fc4c5745ed05d7 /vcl/workben | |
parent | 59618d22a04ca441b19f388e48ae9b1c9dd8183c (diff) |
loplugin:staticmethods
Change-Id: Idfc691a92d0cba72289699609cb99bce35aaade9
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/vcldemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 417d69fded8e..7ff45e02b46b 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -1660,7 +1660,7 @@ class OpenGLTests OpenGLContext *mpA; OpenGLContext *mpB; - OpenGLSalGraphicsImpl *getImpl(const VclPtr<WorkWindow> &xWin) + static OpenGLSalGraphicsImpl *getImpl(const VclPtr<WorkWindow> &xWin) { SalGraphics *pGraphics = xWin->GetGraphics(); return dynamic_cast<OpenGLSalGraphicsImpl *>(pGraphics->GetImpl()); |