Update analog_audio_app.cpp (#353)

This commit is contained in:
Erwin Ried 2020-05-08 13:35:13 +02:00 committed by GitHub
parent 9e5eebae39
commit 89b95eb134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,7 @@ AnalogAudioView::AnalogAudioView(
audio::output::start();
update_modulation(static_cast<ReceiverModel::Mode>(modulation));
on_modulation_changed(static_cast<ReceiverModel::Mode>(modulation));
}
AnalogAudioView::~AnalogAudioView() {