mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-31 15:19:53 +02:00
Fix macos compiler warning
This commit is contained in:
parent
3d80a5dd05
commit
96856ae5a6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ void CoreAudioPlayer::worker()
|
|||
{
|
||||
while (active_)
|
||||
{
|
||||
if (pubStream_->waitForChunk(100ms))
|
||||
if (pubStream_->waitForChunk(std::chrono::milliseconds(100)))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue