diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-07 07:58:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-07 08:09:44 +0200 |
commit | 086dd0cd3ac2bbdd0660333c5466610c09781507 (patch) | |
tree | 37214fdb01461c497ad3506d37d257720ab66aee /opentrack | |
parent | 6bd4fbe269bf0b0629daff1093372e0537b24186 (diff) |
Fix Linux build
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/thread.hpp | 4 |
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 |