1
0
mirror of https://github.com/obsproject/obs-studio.git synced 2026-04-19 17:56:19 +02:00

win-wasapi: Mark GetWASAPIAudioDevices_ as static

This commit is contained in:
jpark37
2021-09-25 11:23:40 -07:00
parent 3c71399650
commit 5f2d0456bc

View File

@@ -36,7 +36,7 @@ string GetDeviceName(IMMDevice *device)
return device_name;
}
void GetWASAPIAudioDevices_(vector<AudioDeviceInfo> &devices, bool input)
static void GetWASAPIAudioDevices_(vector<AudioDeviceInfo> &devices, bool input)
{
ComPtr<IMMDeviceEnumerator> enumerator;
ComPtr<IMMDeviceCollection> collection;