diff options
Diffstat (limited to 'src/Platform/Event.h')
-rw-r--r-- | src/Platform/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Event.h b/src/Platform/Event.h index de85a4bc..fcc16ef5 100644 --- a/src/Platform/Event.h +++ b/src/Platform/Event.h @@ -13,9 +13,9 @@ #include "ForEach.h"
#include "Mutex.h"
#include "SharedPtr.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
struct EventArgs
{
virtual ~EventArgs () { }
|