mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Fix -Wreorder warning using GCC
This commit is contained in:
parent
fd15d998be
commit
f74b8c8344
2
ida.h
2
ida.h
@ -23,7 +23,7 @@ class RawIDA : public AutoSignaling<Unflushable<Multichannel<Filter> > >
|
||||
{
|
||||
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;}
|
||||
|
Loading…
Reference in New Issue
Block a user