diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-03-13 23:41:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-03-13 23:41:52 +0100 |
commit | c1a76c75df5ae4f0624d8456b336ecee2514c357 (patch) | |
tree | 8730bddac3ab487ef416a941ae90a6f38f1b1866 /opentrack/shortcuts.h | |
parent | 2706e1e10d324971f7c3991de0fff1fcc716fb00 (diff) |
initialize "s_main" bundle implicitly
Diffstat (limited to 'opentrack/shortcuts.h')
-rw-r--r-- | opentrack/shortcuts.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opentrack/shortcuts.h b/opentrack/shortcuts.h index 6989ea29..4d4b19d3 100644 --- a/opentrack/shortcuts.h +++ b/opentrack/shortcuts.h @@ -112,8 +112,7 @@ public: b(bundle("keyboard-shortcuts")), center(b, "center"), toggle(b, "toggle"), - zero(b, "zero"), - s_main(bundle("opentrack-ui")) + zero(b, "zero") {} } s; |