diff options
Diffstat (limited to 'src/Core/HostDevice.h')
-rw-r--r-- | src/Core/HostDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/HostDevice.h b/src/Core/HostDevice.h index 227dc241..5cde6ec0 100644 --- a/src/Core/HostDevice.h +++ b/src/Core/HostDevice.h @@ -12,7 +12,7 @@ #include "Platform/Platform.h" #include "Platform/Serializable.h" -namespace TrueCrypt +namespace VeraCrypt { struct HostDevice; typedef list < shared_ptr <HostDevice> > HostDeviceList; |