summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-10 18:32:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-10 18:32:58 +0200
commit2ed0de57db80eae4fef8b226d956e012370fec15 (patch)
tree7f7a9072663e3f46c85c68670653874da97fae5a /include/vcl
parent7fd168ad47c0cb3afcbf09aa1b5bd9f76e4e5cb2 (diff)
-Werror,-Winconsistent-missing-override
Change-Id: I2d1aa79a67bf130c3844b3bccb34a1761e8e4dfc
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/idle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/idle.hxx b/include/vcl/idle.hxx
index 258fd48dc85f..2e853b788da6 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'