mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
[AFV] Ref T739, use the Audio base class with the shared CAfvClient functions
This commit is contained in:
@@ -141,9 +141,9 @@ namespace BlackGui
|
||||
{
|
||||
CLogMessage().validationWarning(u"Invalid SELCAL code");
|
||||
}
|
||||
else if (sGui->getIContextAudio())
|
||||
else if (sGui->getCContextAudioBase())
|
||||
{
|
||||
sGui->getIContextAudio()->playSelcalTone(selcal);
|
||||
sGui->getCContextAudioBase()->playSelcalTone(selcal);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user