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/SharedPtr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Platform/SharedPtr.h') diff --git a/src/Platform/SharedPtr.h b/src/Platform/SharedPtr.h index 3221265d..64e2909a 100644 --- a/src/Platform/SharedPtr.h +++ b/src/Platform/SharedPtr.h @@ -14,7 +14,7 @@ #ifdef nullptr -namespace TrueCrypt +namespace VeraCrypt { template class SharedPtr @@ -135,7 +135,7 @@ namespace TrueCrypt #ifdef shared_ptr #undef shared_ptr #endif -#define shared_ptr TrueCrypt::SharedPtr +#define shared_ptr VeraCrypt::SharedPtr #ifdef make_shared #undef make_shared @@ -151,7 +151,7 @@ namespace TrueCrypt return shared_ptr (new T (arg)); } -#define make_shared TrueCrypt::make_shared +#define make_shared VeraCrypt::make_shared } -- cgit v1.2.3