diff options
Diffstat (limited to 'src/Platform/Mutex.h')
-rw-r--r-- | src/Platform/Mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Mutex.h b/src/Platform/Mutex.h index bdeef260..c2bf146e 100644 --- a/src/Platform/Mutex.h +++ b/src/Platform/Mutex.h @@ -16,7 +16,7 @@ #endif
#include "PlatformBase.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
class Mutex
{
|