diff options
Diffstat (limited to 'src/Platform/Memory.cpp')
-rw-r--r-- | src/Platform/Memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Memory.cpp b/src/Platform/Memory.cpp index 3a032467..c75c18cd 100644 --- a/src/Platform/Memory.cpp +++ b/src/Platform/Memory.cpp @@ -10,7 +10,7 @@ #include "Memory.h"
#include "Exception.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
void *Memory::Allocate (std::size_t size)
{
|