chd: initialized m_hunknum inside the constructor. (nw)

This commit is contained in:
dankan1890 2016-04-15 17:23:56 +02:00
parent 295c7294d3
commit edb0904e76

View File

@ -522,6 +522,7 @@ private:
: m_osd(nullptr)
, m_compressor(nullptr)
, m_status(WS_READY)
, m_hunknum(0)
, m_data(nullptr)
, m_compressed(nullptr)
, m_complen(0)