diff options
Diffstat (limited to 'src/Core/HostDevice.cpp')
-rw-r--r-- | src/Core/HostDevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/HostDevice.cpp b/src/Core/HostDevice.cpp index 0147d568..60fbcd31 100644 --- a/src/Core/HostDevice.cpp +++ b/src/Core/HostDevice.cpp @@ -9,7 +9,7 @@ #include "HostDevice.h" #include "Platform/SerializerFactory.h" -namespace TrueCrypt +namespace VeraCrypt { void HostDevice::Deserialize (shared_ptr <Stream> stream) { |