output/wasapi: add inline

This commit is contained in:
Max Kellermann
2021-03-08 19:57:36 +01:00
parent 22c329cdb4
commit 34d4d9157a

View File

@@ -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");