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