diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-12 18:56:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-12 17:08:59 +0000 |
commit | c57b524d3038dd1d94379038d362dea5b2896c60 (patch) | |
tree | e6946995a856f91d6e0f069fa8aa0a88e38d164d /logic/shortcuts.h | |
parent | 95d18c6a04b83943b0c3d095fedb681a2a0a2c0b (diff) |
logic/pipeline: cleanup only
Diffstat (limited to 'logic/shortcuts.h')
-rw-r--r-- | logic/shortcuts.h | 4 |
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: |