use override declaration
This commit is contained in:
@@ -121,10 +121,10 @@ class WaitThread : public Thread {
|
|||||||
virtual ~WaitThread();
|
virtual ~WaitThread();
|
||||||
|
|
||||||
// @copydoc
|
// @copydoc
|
||||||
virtual void stop();
|
virtual void stop() override;
|
||||||
|
|
||||||
// @copydoc
|
// @copydoc
|
||||||
virtual bool join();
|
virtual bool join() override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait for the specified amount of time.
|
* Wait for the specified amount of time.
|
||||||
|
|||||||
Reference in New Issue
Block a user