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

Stephan Bergmann sbergman at redhat.com
Wed Jun 10 09:33:25 PDT 2015


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

New commits:
commit 2ed0de57db80eae4fef8b226d956e012370fec15
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jun 10 18:32:58 2015 +0200

    -Werror,-Winconsistent-missing-override
    
    Change-Id: I2d1aa79a67bf130c3844b3bccb34a1761e8e4dfc

diff --git a/include/vcl/idle.hxx b/include/vcl/idle.hxx
index 258fd48..2e853b7 100644
--- a/include/vcl/idle.hxx
+++ b/include/vcl/idle.hxx
@@ -32,7 +32,7 @@ public:
     Idle( const sal_Char *pDebugName = NULL );
     Idle( const Idle& rIdle );
 
-    virtual void    Start();
+    virtual void    Start() SAL_OVERRIDE;
 
     /// Make it possible to associate a callback with this idle handler
     /// of course, you can also sub-class and override 'Invoke'


More information about the Libreoffice-commits mailing list