diff options
Diffstat (limited to 'src/Volume/Hash.h')
-rw-r--r-- | src/Volume/Hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/Hash.h b/src/Volume/Hash.h index 3a24602c..befdd631 100644 --- a/src/Volume/Hash.h +++ b/src/Volume/Hash.h @@ -10,9 +10,9 @@ #define TC_HEADER_Encryption_Hash #include "Platform/Platform.h" -namespace TrueCrypt +namespace VeraCrypt { class Hash; typedef list < shared_ptr <Hash> > HashList; |