diff options
Diffstat (limited to 'src/Volume/EncryptionMode.h')
-rw-r--r-- | src/Volume/EncryptionMode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/EncryptionMode.h b/src/Volume/EncryptionMode.h index e74fca55..af22d931 100644 --- a/src/Volume/EncryptionMode.h +++ b/src/Volume/EncryptionMode.h @@ -13,7 +13,7 @@ #include "Common/Crypto.h" #include "Cipher.h" -namespace TrueCrypt +namespace VeraCrypt { class EncryptionMode; typedef list < shared_ptr <EncryptionMode> > EncryptionModeList; |