output/wasapi: add `inline`
This commit is contained in:
parent
22c329cdb4
commit
34d4d9157a
|
@ -314,7 +314,7 @@ wasapi_output_get_client(WasapiOutput &output) noexcept
|
||||||
return output.client.get();
|
return output.client.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
inline void
|
||||||
WasapiOutputThread::Work() noexcept
|
WasapiOutputThread::Work() noexcept
|
||||||
{
|
{
|
||||||
SetThreadName("Wasapi Output Worker");
|
SetThreadName("Wasapi Output Worker");
|
||||||
|
|
Loading…
Reference in New Issue