mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-22 20:23:22 +01:00
fix -Wreorder
This commit is contained in:
@@ -229,8 +229,8 @@ do { \
|
||||
#endif
|
||||
|
||||
SHA2Engine::SHA2Engine(ALGORITHM algorithm)
|
||||
: _algorithm(algorithm)
|
||||
, _context(NULL)
|
||||
: _context(NULL),
|
||||
_algorithm(algorithm)
|
||||
{
|
||||
_digest.reserve(digestLength());
|
||||
reset();
|
||||
|
||||
Reference in New Issue
Block a user