diff --git a/ida.h b/ida.h index 7600b81a..82b48df1 100644 --- a/ida.h +++ b/ida.h @@ -23,7 +23,7 @@ class RawIDA : public AutoSignaling > > { public: RawIDA(BufferedTransformation *attachment=NULLPTR) - : m_threshold (0), m_channelsReady(0), m_channelsFinished(0) + : m_channelsReady(0), m_channelsFinished(0), m_threshold (0) {Detach(attachment);} unsigned int GetThreshold() const {return m_threshold;}