summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-07 21:55:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-07 21:55:39 +0200
commitcc66dec89e9555c4642f7a1becb14dca653d674c (patch)
tree4170dc28c2acd261d73066313451effec969c9a8
parentea1a038fe31217b43723b517facc5ac51d6b6959 (diff)
loplugin:saloverride
Change-Id: Ib9ab6ec00c907c2f552d116d261d9bf60d89e397
-rw-r--r--include/vcl/openglwin.hxx2
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: