diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-11-02 00:11:49 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-11-02 00:11:49 +0100 | 
| commit | a9041b527deda97f146d20adedbd4b4717abc13e (patch) | |
| tree | 20750f883ba69c2f723f06c9c2467f8ef71c5b7e /logic | |
| parent | 85e31eaad0ee25d71d025bdf50a92d59b3b797bb (diff) | |
logic/shortcuts: fix build
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/shortcuts.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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<t_key>;      std::vector<tt> 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() {} | 
