From 63de4cb4321d94b29d0deb275f0f15c14df1b545 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 10 Nov 2014 07:33:18 +0100 Subject: fix build Issue: #92 --- opentrack/shortcuts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opentrack') diff --git a/opentrack/shortcuts.h b/opentrack/shortcuts.h index 77e40180..541d7699 100644 --- a/opentrack/shortcuts.h +++ b/opentrack/shortcuts.h @@ -59,7 +59,7 @@ typedef unsigned char BYTE; struct Key { int foo; }; #endif -class Shortcuts; +struct Shortcuts; struct KeybindingWorker : public QThread { #ifdef _WIN32 @@ -86,6 +86,7 @@ public: struct Shortcuts : public QObject { Q_OBJECT +public: using K = #ifndef _WIN32 mem @@ -102,7 +103,6 @@ struct Shortcuts : public QObject { mem keybindingWorker; #endif -public: struct settings { pbundle b; key_opts center, toggle; -- cgit v1.2.3