diff options
Diffstat (limited to 'core/crypto/hashing_context.h')
-rw-r--r-- | core/crypto/hashing_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/hashing_context.h b/core/crypto/hashing_context.h index 464261935a..ab7affabaa 100644 --- a/core/crypto/hashing_context.h +++ b/core/crypto/hashing_context.h @@ -54,7 +54,7 @@ protected: public: Error start(HashType p_type); - Error update(PackedByteArray p_chunk); + Error update(const PackedByteArray &p_chunk); PackedByteArray finish(); HashingContext() {} |