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
|
AudioOutputControl::FillSourceOrClose() noexcept
|
||||||
try {
|
try {
|
||||||
return source.Fill(mutex);
|
return source.Fill(mutex);
|
||||||
|
|
Loading…
Reference in New Issue