aboutsummaryrefslogtreecommitdiffstats
path: root/src/TII.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TII.h')
-rw-r--r--src/TII.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/TII.h b/src/TII.h
index b86dbbf..9a34288 100644
--- a/src/TII.h
+++ b/src/TII.h
@@ -83,7 +83,7 @@ class TIIError : public std::runtime_error {
class TII : public ModCodec, public RemoteControllable
{
public:
- TII(unsigned int dabmode, const tii_config_t& tii_config, unsigned phase);
+ TII(unsigned int dabmode, const tii_config_t& tii_config);
int process(Buffer* dataIn, Buffer* dataOut);
const char* name();
@@ -110,9 +110,9 @@ class TII : public ModCodec, public RemoteControllable
tii_config_t m_conf;
// Internal flag when to insert TII
- bool m_insert;
+ bool m_insert = true;
- size_t m_carriers;
+ size_t m_carriers = 0;
std::string m_name;