[Libreoffice-commits] core.git: include/vcl

Stephan Bergmann sbergman at redhat.com
Wed May 7 12:56:11 PDT 2014


 include/vcl/openglwin.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc66dec89e9555c4642f7a1becb14dca653d674c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 7 21:55:39 2014 +0200

    loplugin:saloverride
    
    Change-Id: Ib9ab6ec00c907c2f552d116d261d9bf60d89e397

diff --git a/include/vcl/openglwin.hxx b/include/vcl/openglwin.hxx
index 9c4e611..e7dfb11 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:


More information about the Libreoffice-commits mailing list