aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/crypto.h')
-rw-r--r--src/crypto/crypto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h
index 1e467a6..fdf3a2f 100644
--- a/src/crypto/crypto.h
+++ b/src/crypto/crypto.h
@@ -74,8 +74,8 @@ namespace Crypto {
private:
/* Not implemented */
- AlignedBuffer( const AlignedBuffer& );
- AlignedBuffer& operator=( const AlignedBuffer& );
+ AlignedBuffer( const AlignedBuffer & );
+ AlignedBuffer & operator=( const AlignedBuffer & );
};
class Base64Key {