[Libreoffice-commits] core.git: shell/source

Stephan Bergmann sbergman at redhat.com
Tue Sep 13 22:06:46 UTC 2016


 shell/source/backends/macbe/macbackend.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebe46f14a266f7e538bc8b8fa6b9f7d78c5e308d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 14 00:05:56 2016 +0200

    loplugin:override
    
    Change-Id: I7b746d652887d61e6a8a63b5b3ba37e0a158817e

diff --git a/shell/source/backends/macbe/macbackend.hxx b/shell/source/backends/macbe/macbackend.hxx
index 758efc9..19b8e490 100644
--- a/shell/source/backends/macbe/macbackend.hxx
+++ b/shell/source/backends/macbe/macbackend.hxx
@@ -123,7 +123,7 @@ protected:
     MacOSXBackend();
 
     /** Destructor */
-    virtual ~MacOSXBackend();
+    virtual ~MacOSXBackend() override;
 };
 
 #endif // INCLUDED_SHELL_SOURCE_BACKENDS_MACBE_MACBACKEND_HXX


More information about the Libreoffice-commits mailing list