diff options
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c index 84bf07a9..c0fffb77 100644 --- a/src/Setup/Setup.c +++ b/src/Setup/Setup.c @@ -34,7 +34,7 @@ #include "../Common/Resource.h"
-using namespace TrueCrypt;
+using namespace VeraCrypt;
#pragma warning( disable : 4201 )
#pragma warning( disable : 4115 )
|