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

Michael Stahl mstahl at redhat.com
Wed Sep 21 12:00:24 UTC 2016


 vcl/unx/kde4/tst_exclude_socket_notifiers.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1977b57bc9aaea71252358fa502110c348153c70
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Sep 21 13:56:04 2016 +0200

    vcl: loplugin:override
    
    Change-Id: I884e1e53eb26d092e8d75319d331e42dbc320209

diff --git a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
index 3573a80..8387b3e 100644
--- a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
+++ b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
@@ -35,7 +35,7 @@ class TestExcludeSocketNotifiers
     Q_OBJECT
     public:
         TestExcludeSocketNotifiers( const int* pipes );
-        virtual ~TestExcludeSocketNotifiers();
+        virtual ~TestExcludeSocketNotifiers() = override;
         bool received;
     public slots:
         void slotReceived();


More information about the Libreoffice-commits mailing list