include/vcl/idle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ed0de57db80eae4fef8b226d956e012370fec15 Author: Stephan Bergmann <sberg...@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' _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits