diff options
Diffstat (limited to 'src/core/model/GpgSignResult.h')
-rw-r--r-- | src/core/model/GpgSignResult.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgSignResult.h b/src/core/model/GpgSignResult.h index 434a590e..71485664 100644 --- a/src/core/model/GpgSignResult.h +++ b/src/core/model/GpgSignResult.h @@ -28,12 +28,11 @@ #pragma once -#include "core/GpgFrontendCoreExport.h" #include "core/typedef/GpgTypedef.h" namespace GpgFrontend { -class GPGFRONTEND_CORE_EXPORT GpgSignResult { +class GF_CORE_EXPORT GpgSignResult { public: auto IsGood() -> bool; |