mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +02:00
bug 11: fix bad index typo. may fix bug 11 issues on win 7.
This commit is contained in:
@@ -88,14 +88,14 @@ DeviceSourceMap* DeviceManager::GetDefaultDevice(int hostIndex, int isInput)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
DeviceSourceMap* DeviceManager::GetDefaultOutputDevice(int hostIndex)
|
||||
{
|
||||
return GetDefaultDevice(hostIndex, 0);
|
||||
}
|
||||
DeviceSourceMap* DeviceManager::GetDefaultInputDevice(int hostIndex)
|
||||
{
|
||||
return GetDefaultDevice(hostIndex, 1);
|
||||
}
|
||||
DeviceSourceMap* DeviceManager::GetDefaultOutputDevice(int hostIndex)
|
||||
{
|
||||
return GetDefaultDevice(hostIndex, 0);
|
||||
}
|
||||
DeviceSourceMap* DeviceManager::GetDefaultInputDevice(int hostIndex)
|
||||
{
|
||||
return GetDefaultDevice(hostIndex, 1);
|
||||
}
|
||||
|
||||
//--------------- Device Enumeration --------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user