diff options
Diffstat (limited to 'src/core/model/GpgData.h')
-rw-r--r-- | src/core/model/GpgData.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgData.h b/src/core/model/GpgData.h index 7f1d74c4..83eeb625 100644 --- a/src/core/model/GpgData.h +++ b/src/core/model/GpgData.h @@ -30,7 +30,6 @@ #include <gpgme.h> -#include "core/GpgFrontendCoreExport.h" #include "core/model/GFBuffer.h" #include "core/typedef/CoreTypedef.h" @@ -42,7 +41,7 @@ class GFDataExchanger; * @brief * */ -class GPGFRONTEND_CORE_EXPORT GpgData { +class GF_CORE_EXPORT GpgData { public: /** * @brief Construct a new Gpg Data object |