diff options
Diffstat (limited to 'src/Platform/Unix/SystemInfo.cpp')
-rw-r--r-- | src/Platform/Unix/SystemInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Unix/SystemInfo.cpp b/src/Platform/Unix/SystemInfo.cpp index d0ea6e61..41f6144d 100644 --- a/src/Platform/Unix/SystemInfo.cpp +++ b/src/Platform/Unix/SystemInfo.cpp @@ -9,9 +9,9 @@ #include "Platform/SystemException.h" #include "Platform/SystemInfo.h" #include <sys/utsname.h> -namespace TrueCrypt +namespace VeraCrypt { wstring SystemInfo::GetPlatformName () { #ifdef TC_LINUX |