mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 03:07:05 +02:00
fixing mac build error
This commit is contained in:
parent
c1854d3438
commit
46b9496965
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ HifiAudioDeviceInfo defaultAudioDeviceForMode(QAudio::Mode mode) {
|
|||
|
||||
if (!getPropertyError && propertySize) {
|
||||
// find a device in the list that matches the name we have and return it
|
||||
foreach (AudioDeviceInfo audioDevice, getAvailableDevices(mode)) {
|
||||
foreach (HifiAudioDeviceInfo audioDevice, getAvailableDevices(mode)) {
|
||||
if (audioDevice.deviceName() == CFStringGetCStringPtr(deviceName, kCFStringEncodingMacRoman)) {
|
||||
return audioDevice;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue