diff options
Diffstat (limited to 'logic/win32-shortcuts.h')
-rw-r--r-- | logic/win32-shortcuts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/win32-shortcuts.h b/logic/win32-shortcuts.h index 7626a31f..4e32c9ea 100644 --- a/logic/win32-shortcuts.h +++ b/logic/win32-shortcuts.h @@ -12,7 +12,7 @@ extern QList<win_key> windows_key_sequences; #include "export.hpp" -struct OPENTRACK_LOGIC_EXPORT win_key +struct OTR_LOGIC_EXPORT win_key { win_key(int win, Qt::Key qt) : win(win), qt(qt) {} int win; |