This commit is contained in:
Sacha
2013-04-15 00:49:04 +10:00
parent 3199137b46
commit 4d6df78162
+1
View File
@@ -99,6 +99,7 @@ void ProcessWorkQueueOnThreadWhile(PrioritizedWorkQueue *wq) {
[wq](){threadfunc(wq);}
#else
std::bind(&threadfunc, wq)
#endif
);
}