diff options
Diffstat (limited to 'src/core/model/GpgEncryptResult.h')
-rw-r--r-- | src/core/model/GpgEncryptResult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgEncryptResult.h b/src/core/model/GpgEncryptResult.h index 9167f28d..e0418fc5 100644 --- a/src/core/model/GpgEncryptResult.h +++ b/src/core/model/GpgEncryptResult.h @@ -32,7 +32,7 @@ namespace GpgFrontend { -class GPGFRONTEND_CORE_EXPORT GpgEncryptResult { +class GF_CORE_EXPORT GpgEncryptResult { public: auto IsGood() -> bool; |