- fixes & cleanups from pvqa-player windows build

This commit is contained in:
2018-12-27 18:50:59 +02:00
parent aa882bc1a8
commit 63e5034c17
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ size_t TimerQueue::cancel(uint64_t id) {
newItem.handler = std::move(item.handler);
item.handler = nullptr;
m_items.push(std::move(newItem));
std::cout << "Cancelled timer. " << std::endl;
// std::cout << "Cancelled timer. " << std::endl;
lk.unlock();
// Something changed, so wake up timer thread
m_checkWork.notify();