Update to new vatlib

This commit is contained in:
Roland Winklmeier
2018-10-02 13:09:03 +02:00
committed by Klaus Basan
parent 4387c3b433
commit c0d9aacbb1
5 changed files with 14 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ namespace BlackCore
}
};
static void voiceLogHandler(SeverityLevel severity, const char *context, const char *message);
static void voiceLogHandler(VatSeverityLevel severity, const char *context, const char *message);
BlackMisc::CSetting<BlackMisc::Audio::Settings::TVoiceSetup> m_vatsimVoiceSettings { this };
QScopedPointer<VatAudioService, VatAudioServiceDeleter> m_audioService;