[AFV] Ref T739, use the Audio base class with the shared CAfvClient functions

This commit is contained in:
Klaus Basan
2019-10-16 12:40:10 +02:00
parent 383352f79c
commit 8d956436e7
11 changed files with 62 additions and 61 deletions

View File

@@ -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
{