summaryrefslogtreecommitdiffhomepage
path: root/logic/shortcuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/shortcuts.h')
-rw-r--r--logic/shortcuts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/shortcuts.h b/logic/shortcuts.h
index 1f57a8fb..4ddc5b34 100644
--- a/logic/shortcuts.h
+++ b/logic/shortcuts.h
@@ -11,6 +11,7 @@
#include "options/options.hpp"
#include "main-settings.hpp"
+#include "compat/util.hpp"
#ifdef _WIN32
# include "dinput/keybinding-worker.hpp"
@@ -33,7 +34,7 @@ struct OPENTRACK_LOGIC_EXPORT Shortcuts final : public QObject
public:
using K =
#ifndef _WIN32
- mem<QxtGlobalShortcut>
+ QxtGlobalShortcut*
#else
Key
#endif