diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-01 08:33:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-01 10:37:02 +0200 |
commit | 3e672693e35e720177eac98094c42570fca9cfbb (patch) | |
tree | c9ef0c732ca293a4b26037a72cd6e612dfaa4ac5 /vcl/inc/openglgdiimpl.hxx | |
parent | edc189dbfac35d9a587ec50d0f382bb66444eca8 (diff) |
loplugin:staticfunction
Change-Id: I909cf7e77f9d7194575636248196fda311fffdb6
Diffstat (limited to 'vcl/inc/openglgdiimpl.hxx')
-rw-r--r-- | vcl/inc/openglgdiimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/openglgdiimpl.hxx b/vcl/inc/openglgdiimpl.hxx index 36aa5a349143..c5a7abcfdb2c 100644 --- a/vcl/inc/openglgdiimpl.hxx +++ b/vcl/inc/openglgdiimpl.hxx @@ -128,7 +128,7 @@ protected: bool ReleaseContext(); // retrieve the default context for offscreen rendering - OpenGLContext* GetDefaultContext(); + static OpenGLContext* GetDefaultContext(); // create a new context for window rendering virtual OpenGLContext* CreateWinContext() = 0; |