VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Exception.h')
-rw-r--r--src/Platform/Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Exception.h b/src/Platform/Exception.h
index 8e52b454..19d6523e 100644
--- a/src/Platform/Exception.h
+++ b/src/Platform/Exception.h
@@ -13,7 +13,7 @@
#include "PlatformBase.h"
#include "Serializable.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
#define TC_SERIALIZABLE_EXCEPTION(TYPE) TC_SERIALIZABLE (TYPE); \
virtual Exception *CloneNew () { return new TYPE (*this); } \