summaryrefslogtreecommitdiffhomepage
path: root/logic
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-14 12:31:37 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-14 12:34:33 +0200
commitdb8ef6165c746b233cd9a61101ed32c4c14a426c (patch)
tree9880482ba20f32ab56360e3c0a2d02a586c460cc /logic
parent2d7e8f1467a37b66a87c949ad266dc9b41c9a1b1 (diff)
dinput: fix dinput freeze
It was easiest to reproduce when a protocol failed to load. As usual, win32 debugging without MSVC++ is nearly useless.
Diffstat (limited to 'logic')
-rw-r--r--logic/shortcuts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/shortcuts.h b/logic/shortcuts.h
index d5dfd394..c81b01f6 100644
--- a/logic/shortcuts.h
+++ b/logic/shortcuts.h
@@ -30,7 +30,7 @@
using namespace options;
-struct OPENTRACK_LOGIC_EXPORT Shortcuts : public QObject
+struct OPENTRACK_LOGIC_EXPORT Shortcuts final : public QObject
{
Q_OBJECT