From 415cf096e92c014a2e3e361fc4997b5fa7f12d3f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 8 Nov 2024 18:19:07 +0100 Subject: [PATCH] output/Thread: add another `inline` --- src/output/Thread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/Thread.cxx b/src/output/Thread.cxx index fd6ee3ef3..2aee896e1 100644 --- a/src/output/Thread.cxx +++ b/src/output/Thread.cxx @@ -207,7 +207,7 @@ AudioOutputControl::WaitForDelay(std::unique_lock &lock) noexcept } } -bool +inline bool AudioOutputControl::FillSourceOrClose() noexcept try { return source.Fill(mutex);