From db8ef6165c746b233cd9a61101ed32c4c14a426c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 14 Aug 2016 12:31:37 +0200 Subject: dinput: fix dinput freeze It was easiest to reproduce when a protocol failed to load. As usual, win32 debugging without MSVC++ is nearly useless. --- logic/shortcuts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic/shortcuts.h') 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 -- cgit v1.2.3