From 7ae7fb67d019562fe717e687468c4fa231d39b55 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Fri, 23 Nov 2007 12:26:51 +0000 Subject: Better audio path detection. Fix race bug in AudioOutput git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@871 05730e5d-ab1b-0410-a4ac-84af385074fa --- src/mumble/GlobalShortcut_unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mumble/GlobalShortcut_unix.h') diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h index fd8692f39..bb25268ff 100644 --- a/src/mumble/GlobalShortcut_unix.h +++ b/src/mumble/GlobalShortcut_unix.h @@ -37,7 +37,7 @@ class GlobalShortcutX : public GlobalShortcutEngine { Q_OBJECT public: Display *display; - bool bRunning; + volatile bool bRunning; QList qlInputDevices; GlobalShortcutX(); -- cgit v1.2.3