diff options
Diffstat (limited to 'src/Platform/SystemException.h')
-rw-r--r-- | src/Platform/SystemException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/SystemException.h b/src/Platform/SystemException.h index 630703b1..4a1dc2d1 100644 --- a/src/Platform/SystemException.h +++ b/src/Platform/SystemException.h @@ -12,7 +12,7 @@ #include "PlatformBase.h"
#include "Exception.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
class SystemException : public Exception
{
|