diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-07 21:55:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-07 21:55:39 +0200 |
commit | cc66dec89e9555c4642f7a1becb14dca653d674c (patch) | |
tree | 4170dc28c2acd261d73066313451effec969c9a8 /include/vcl | |
parent | ea1a038fe31217b43723b517facc5ac51d6b6959 (diff) |
loplugin:saloverride
Change-Id: Ib9ab6ec00c907c2f552d116d261d9bf60d89e397
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/openglwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/openglwin.hxx b/include/vcl/openglwin.hxx index 9c4e6113c18e..e7dfb11c8130 100644 --- a/include/vcl/openglwin.hxx +++ b/include/vcl/openglwin.hxx @@ -23,7 +23,7 @@ class VCLOPENGL_DLLPUBLIC OpenGLWindow : public SystemChildWindow { public: OpenGLWindow(Window* pParent); - ~OpenGLWindow(); + virtual ~OpenGLWindow(); OpenGLContext* getContext(); private: |