Kaydet (Commit) 2ed0de57 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winconsistent-missing-override

Change-Id: I2d1aa79a67bf130c3844b3bccb34a1761e8e4dfc
üst 7fd168ad
...@@ -32,7 +32,7 @@ public: ...@@ -32,7 +32,7 @@ public:
Idle( const sal_Char *pDebugName = NULL ); Idle( const sal_Char *pDebugName = NULL );
Idle( const Idle& rIdle ); Idle( const Idle& rIdle );
virtual void Start(); virtual void Start() SAL_OVERRIDE;
/// Make it possible to associate a callback with this idle handler /// Make it possible to associate a callback with this idle handler
/// of course, you can also sub-class and override 'Invoke' /// of course, you can also sub-class and override 'Invoke'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment