diff options
Diffstat (limited to 'src/Platform/MemoryStream.h')
-rw-r--r-- | src/Platform/MemoryStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/MemoryStream.h b/src/Platform/MemoryStream.h index 30e26400..61b8acfb 100644 --- a/src/Platform/MemoryStream.h +++ b/src/Platform/MemoryStream.h @@ -12,7 +12,7 @@ #include "PlatformBase.h"
#include "Stream.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
class MemoryStream : public Stream
{
|