From 41a22ca4e78df752d4ce143a692310ab9e48c686 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 22 Jun 2014 16:02:42 +0200 Subject: Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon. --- src/Core/MountOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Core/MountOptions.cpp') diff --git a/src/Core/MountOptions.cpp b/src/Core/MountOptions.cpp index 04187311..a09879d8 100644 --- a/src/Core/MountOptions.cpp +++ b/src/Core/MountOptions.cpp @@ -10,7 +10,7 @@ #include "Platform/MemoryStream.h" #include "Platform/SerializerFactory.h" -namespace TrueCrypt +namespace VeraCrypt { void MountOptions::CopyFrom (const MountOptions &other) { -- cgit v1.2.3