Add override to destructors of settings catigories

This commit is contained in:
AdenKoperczak 2025-01-29 10:10:14 -05:00
parent 36339e613f
commit f84a86a3a3
11 changed files with 11 additions and 11 deletions

View file

@ -14,7 +14,7 @@ class HotkeySettings : public SettingsCategory
{
public:
explicit HotkeySettings();
~HotkeySettings();
~HotkeySettings() override;
HotkeySettings(const HotkeySettings&) = delete;
HotkeySettings& operator=(const HotkeySettings&) = delete;