summaryrefslogtreecommitdiffhomepage
path: root/logic/shortcuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/shortcuts.h')
-rw-r--r--logic/shortcuts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/shortcuts.h b/logic/shortcuts.h
index dc62ba63..87926f66 100644
--- a/logic/shortcuts.h
+++ b/logic/shortcuts.h
@@ -58,8 +58,8 @@ public:
KeybindingWorker::Token key_token {[this](const Key& k) { receiver(k); }};
#endif
- Shortcuts() {}
- ~Shortcuts();
+ Shortcuts() = default;
+ ~Shortcuts() override;
void reload(const t_keys& keys_);
private: