diff options
Diffstat (limited to 'src/Volume/VolumePasswordCache.h')
-rw-r--r-- | src/Volume/VolumePasswordCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/VolumePasswordCache.h b/src/Volume/VolumePasswordCache.h index 6d5118af..711f6f21 100644 --- a/src/Volume/VolumePasswordCache.h +++ b/src/Volume/VolumePasswordCache.h @@ -12,7 +12,7 @@ #include "Platform/Platform.h" #include "VolumePassword.h" -namespace TrueCrypt +namespace VeraCrypt { typedef list < shared_ptr < VolumePassword > > CachedPasswordList; |