output/Thread: add another `inline`
This commit is contained in:
parent
7774c3369e
commit
415cf096e9
|
@ -207,7 +207,7 @@ AudioOutputControl::WaitForDelay(std::unique_lock<Mutex> &lock) noexcept
|
|||
}
|
||||
}
|
||||
|
||||
bool
|
||||
inline bool
|
||||
AudioOutputControl::FillSourceOrClose() noexcept
|
||||
try {
|
||||
return source.Fill(mutex);
|
||||
|
|
Loading…
Reference in New Issue