diff --git a/sdrbase/dsp/cwkeyer.h b/sdrbase/dsp/cwkeyer.h index 1e56dfcd7..6335308ca 100644 --- a/sdrbase/dsp/cwkeyer.h +++ b/sdrbase/dsp/cwkeyer.h @@ -117,13 +117,13 @@ public: void setKeyboardDashes(); void setKeyboardSilence(); - void webapiSettingsPutPatch( + static void webapiSettingsPutPatch( const QStringList& channelSettingsKeys, CWKeyerSettings& cwKeyerSettings, SWGSDRangel::SWGCWKeyerSettings *apiCwKeyerSettings ); - void webapiFormatChannelSettings( + static void webapiFormatChannelSettings( SWGSDRangel::SWGCWKeyerSettings *apiCwKeyerSettings, const CWKeyerSettings& cwKeyerSettings );