From 35815a20a78fc440bdf79c64ee86cfcd62a23557 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 12 May 2017 08:21:31 +0200 Subject: Fixed build --- common/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/log.cpp b/common/log.cpp index 4024545..1fbc482 100644 --- a/common/log.cpp +++ b/common/log.cpp @@ -16,7 +16,7 @@ using namespace Sink::Log; -QThreadStorage> sSettings; +static QThreadStorage> sSettings; static QSettings &config() { if (!sSettings.hasLocalData()) { -- cgit v1.2.3