mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 07:35:53 +08:00
Use override for destructors
This commit is contained in:
@@ -59,7 +59,7 @@ namespace BlackInput
|
||||
CJoystickWindows &operator=(CJoystickWindows const &) = delete;
|
||||
|
||||
//! \brief Destructor
|
||||
virtual ~CJoystickWindows();
|
||||
virtual ~CJoystickWindows() override;
|
||||
|
||||
protected:
|
||||
//! Timer based updates
|
||||
|
||||
Reference in New Issue
Block a user