summaryrefslogtreecommitdiffhomepage
path: root/opentrack/thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/thread.hpp')
-rw-r--r--opentrack/thread.hpp4
1 files changed, 2 insertions, 2 deletions
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