From 4e6b88eb7a0aaa596964f942c59ddd6645643dd8 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 23 Jan 2020 00:38:04 +0100 Subject: [PATCH] Corrected Preset initialization --- sdrbase/settings/preset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrbase/settings/preset.cpp b/sdrbase/settings/preset.cpp index 6c63862d1..dd8a19955 100644 --- a/sdrbase/settings/preset.cpp +++ b/sdrbase/settings/preset.cpp @@ -41,7 +41,7 @@ Preset::Preset(const Preset& other) : void Preset::resetToDefaults() { - m_presetType == PresetSource; // Rx + m_presetType = PresetSource; // Rx m_group = "default"; m_description = "no name"; m_centerFrequency = 0;