mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-13 12:01:16 +01:00
fix -Wreorder
This commit is contained in:
parent
bce346a8bc
commit
566d114ab4
@ -229,8 +229,8 @@ do { \
|
||||
#endif
|
||||
|
||||
SHA2Engine::SHA2Engine(ALGORITHM algorithm)
|
||||
: _algorithm(algorithm)
|
||||
, _context(NULL)
|
||||
: _context(NULL),
|
||||
_algorithm(algorithm)
|
||||
{
|
||||
_digest.reserve(digestLength());
|
||||
reset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user