From 086dd0cd3ac2bbdd0660333c5466610c09781507 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 7 Jun 2015 07:58:37 +0200 Subject: Fix Linux build --- opentrack/thread.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opentrack/thread.hpp') diff --git a/opentrack/thread.hpp b/opentrack/thread.hpp index f4e15c4e..b1db9158 100644 --- a/opentrack/thread.hpp +++ b/opentrack/thread.hpp @@ -31,7 +31,7 @@ private: #else class Affinity { public: - Affinity() {} + Affinity(int core = CORE_WORK) {} ~Affinity() {} -} +}; #endif -- cgit v1.2.3