From b6e9577aaed919975f32ee1a5a9821668089f2db Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 7 Aug 2018 11:29:47 +0200 Subject: Keep RC-modified settings across modulator restarts --- src/TII.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TII.cpp') diff --git a/src/TII.cpp b/src/TII.cpp index a9eee16..904f3ff 100644 --- a/src/TII.cpp +++ b/src/TII.cpp @@ -106,7 +106,7 @@ const int pattern_tm1_2_4[][8] = { // {{{ {1,1,1,0,1,0,0,0}, {1,1,1,1,0,0,0,0} }; // }}} -TII::TII(unsigned int dabmode, const tii_config_t& tii_config) : +TII::TII(unsigned int dabmode, tii_config_t& tii_config) : ModCodec(), RemoteControllable("tii"), m_dabmode(dabmode), -- cgit v1.2.3