diff options
Diffstat (limited to 'src/core/function/SecureMemoryAllocator.h')
-rw-r--r-- | src/core/function/SecureMemoryAllocator.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/function/SecureMemoryAllocator.h b/src/core/function/SecureMemoryAllocator.h index 9b98e0e4..1d683fbd 100644 --- a/src/core/function/SecureMemoryAllocator.h +++ b/src/core/function/SecureMemoryAllocator.h @@ -28,11 +28,9 @@ #pragma once -#include "core/GpgFrontendCoreExport.h" - namespace GpgFrontend { -class GPGFRONTEND_CORE_EXPORT SecureMemoryAllocator { +class GF_CORE_EXPORT SecureMemoryAllocator { public: static auto Allocate(std::size_t) -> void *; |