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/Platform/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Platform/Exception.h') diff --git a/src/Platform/Exception.h b/src/Platform/Exception.h index 8e52b454..19d6523e 100644 --- a/src/Platform/Exception.h +++ b/src/Platform/Exception.h @@ -13,7 +13,7 @@ #include "PlatformBase.h" #include "Serializable.h" -namespace TrueCrypt +namespace VeraCrypt { #define TC_SERIALIZABLE_EXCEPTION(TYPE) TC_SERIALIZABLE (TYPE); \ virtual Exception *CloneNew () { return new TYPE (*this); } \ -- cgit v1.2.3