diff options
Diffstat (limited to 'src/Main/UserInterfaceException.h')
-rw-r--r-- | src/Main/UserInterfaceException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/UserInterfaceException.h b/src/Main/UserInterfaceException.h index 625fc37d..49b95fb1 100644 --- a/src/Main/UserInterfaceException.h +++ b/src/Main/UserInterfaceException.h @@ -11,7 +11,7 @@ #include "Platform/Platform.h" -namespace TrueCrypt +namespace VeraCrypt { TC_EXCEPTION_DECL (UserInterfaceException, Exception); TC_EXCEPTION_DECL (MissingArgument, UserInterfaceException); |