diff options
Diffstat (limited to 'src/Platform/TextReader.h')
-rw-r--r-- | src/Platform/TextReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/TextReader.h b/src/Platform/TextReader.h index a537907d..9aad217a 100644 --- a/src/Platform/TextReader.h +++ b/src/Platform/TextReader.h @@ -14,9 +14,9 @@ #include "FilesystemPath.h"
#include "SharedPtr.h"
#include "Stream.h"
-namespace TrueCrypt
+namespace VeraCrypt
{
class TextReader
{
public:
|