Kaydet (Commit) f3f42bce authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticmethods

Change-Id: Idfc691a92d0cba72289699609cb99bce35aaade9
üst 59618d22
...@@ -1660,7 +1660,7 @@ class OpenGLTests ...@@ -1660,7 +1660,7 @@ class OpenGLTests
OpenGLContext *mpA; OpenGLContext *mpA;
OpenGLContext *mpB; OpenGLContext *mpB;
OpenGLSalGraphicsImpl *getImpl(const VclPtr<WorkWindow> &xWin) static OpenGLSalGraphicsImpl *getImpl(const VclPtr<WorkWindow> &xWin)
{ {
SalGraphics *pGraphics = xWin->GetGraphics(); SalGraphics *pGraphics = xWin->GetGraphics();
return dynamic_cast<OpenGLSalGraphicsImpl *>(pGraphics->GetImpl()); return dynamic_cast<OpenGLSalGraphicsImpl *>(pGraphics->GetImpl());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment