From c57b524d3038dd1d94379038d362dea5b2896c60 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 12 Oct 2018 18:56:26 +0200 Subject: logic/pipeline: cleanup only --- logic/shortcuts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logic/shortcuts.h') 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: -- cgit v1.2.3