Fix macos compiler warning

This commit is contained in:
badaix 2020-02-17 23:05:17 +01:00
parent 3d80a5dd05
commit 96856ae5a6

View file

@ -134,7 +134,7 @@ void CoreAudioPlayer::worker()
{ {
while (active_) while (active_)
{ {
if (pubStream_->waitForChunk(100ms)) if (pubStream_->waitForChunk(std::chrono::milliseconds(100)))
{ {
try try
{ {