From 3eaec1abada088dcecbea7cc30d9413fef447120 Mon Sep 17 00:00:00 2001 From: srcejon Date: Wed, 6 Sep 2023 16:00:06 +0100 Subject: [PATCH] Fix type --- plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp b/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp index 8c0cbc4ae..349526654 100644 --- a/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp +++ b/plugins/channeltx/modpsk31/psk31modwebapiadapter.cpp @@ -31,8 +31,8 @@ int PSK31WebAPIAdapter::webapiSettingsGet( QString& errorMessage) { (void) errorMessage; - response.setPSK31ModSettings(new SWGSDRangel::SWGPSK31ModSettings()); - response.getPSK31ModSettings()->init(); + response.setPsk31ModSettings(new SWGSDRangel::SWGPSK31ModSettings()); + response.getPsk31ModSettings()->init(); PSK31::webapiFormatChannelSettings(response, m_settings); return 200;