diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-17 16:19:58 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-17 16:19:58 +0200 |
commit | fe62dff97924c045affe10da2e896e29e10e6aed (patch) | |
tree | 58a6efaca999f0004377e6272ea010880579d203 /src/TII.cpp | |
parent | 6a9af4b8ff4f73e01ccb3bd07c0a971ef503c73d (diff) | |
parent | 1cfebd56f205f95498079a20bca1a0667be07296 (diff) | |
download | dabmod-fe62dff97924c045affe10da2e896e29e10e6aed.tar.gz dabmod-fe62dff97924c045affe10da2e896e29e10e6aed.tar.bz2 dabmod-fe62dff97924c045affe10da2e896e29e10e6aed.zip |
Merge branch 'next' into next_memless
Diffstat (limited to 'src/TII.cpp')
-rw-r--r-- | src/TII.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TII.cpp b/src/TII.cpp index 6bc3f0d..8a8bd86 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, tii_config_t& tii_config, unsigned phase) : +TII::TII(unsigned int dabmode, const tii_config_t& tii_config, unsigned phase) : ModCodec(), RemoteControllable("tii"), m_dabmode(dabmode), |