mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:30:05 +00:00
Add override to destructors of settings catigories
This commit is contained in:
parent
36339e613f
commit
f84a86a3a3
11 changed files with 11 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ class HotkeySettings : public SettingsCategory
|
|||
{
|
||||
public:
|
||||
explicit HotkeySettings();
|
||||
~HotkeySettings();
|
||||
~HotkeySettings() override;
|
||||
|
||||
HotkeySettings(const HotkeySettings&) = delete;
|
||||
HotkeySettings& operator=(const HotkeySettings&) = delete;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue