From a9041b527deda97f146d20adedbd4b4717abc13e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 2 Nov 2017 00:11:49 +0100 Subject: logic/shortcuts: fix build --- logic/shortcuts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/shortcuts.h b/logic/shortcuts.h index 2e630782..6f69aba9 100644 --- a/logic/shortcuts.h +++ b/logic/shortcuts.h @@ -50,7 +50,7 @@ public: using t_keys = std::vector; std::vector keys; #ifdef _WIN32 - KeybindingWorker::Token key_token = [this](const Key& k) { receiver(k); }; + KeybindingWorker::Token key_token {[this](const Key& k) { receiver(k); }}; #endif Shortcuts() {} -- cgit v1.2.3