From da2a0552f2ecd4f77646022d18ffe96f2fc66d19 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 22 Apr 2017 14:20:29 +0200 Subject: [PATCH] Compile fix --- src/ShellIntegration.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ShellIntegration.cpp b/src/ShellIntegration.cpp index f0e1c72b..6fc197f3 100644 --- a/src/ShellIntegration.cpp +++ b/src/ShellIntegration.cpp @@ -53,6 +53,7 @@ static const int STATE_DISABLD = -1; //State QAtomicInt ShellIntegration::m_state(STATE_UNKNOWN); +QMutex ShellIntegration::m_mutex; //Macros #define REG_WRITE_STRING(KEY, STR) RegSetValueEx(key, NULL, NULL, REG_SZ, reinterpret_cast(STR.utf16()), (STR.size() + 1) * sizeof(wchar_t))