diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:10:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-22 21:10:38 +0200 |
commit | beeb71085036d09494e44f43670d6d26f30c6277 (patch) | |
tree | 843465e490207646503bc62573081c10cf6ce411 /include/vcl/opengl | |
parent | 568828c3489ee8b9e7f32035eabc41fbb6b2c1fe (diff) |
loplugin:staticmethods
Change-Id: I5cc2c15f49c8ed4f43dcddb5684e933b94d362ec
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index 7b91620711a8..686346763944 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -146,8 +146,8 @@ private: protected: bool InitGLEW(); void InitGLEWDebugging(); - void InitChildWindow(SystemChildWindow *pChildWindow); - void BuffersSwapped(); + static void InitChildWindow(SystemChildWindow *pChildWindow); + static void BuffersSwapped(); virtual GLWindow& getModifiableOpenGLWindow() = 0; virtual bool ImplInit(); |