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 @@ -11,7 +11,7 @@ #include "Platform/Platform.h" -namespace TrueCrypt +namespace VeraCrypt { class Hash; typedef list < shared_ptr <Hash> > HashList; |