mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Use override for destructors
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackInput
|
||||
CKeyboardWindows &operator=(CKeyboardWindows const &) = delete;
|
||||
|
||||
//! Destructor
|
||||
virtual ~CKeyboardWindows();
|
||||
virtual ~CKeyboardWindows() override;
|
||||
|
||||
//! Keyboard hook handle
|
||||
HHOOK keyboardHook() const { return m_keyboardHook; }
|
||||
|
||||
Reference in New Issue
Block a user