diff options
Diffstat (limited to 'src/core/model/CommonStruct.h')
-rw-r--r-- | src/core/model/CommonStruct.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/model/CommonStruct.h b/src/core/model/CommonStruct.h index afdcacf0..e548f7be 100644 --- a/src/core/model/CommonStruct.h +++ b/src/core/model/CommonStruct.h @@ -35,8 +35,9 @@ namespace GpgFrontend { * */ template <typename T> -struct GPGFRONTEND_CORE_EXPORT RefDeleter { - void operator()(T* _key) { gpgme_unre } +struct GF_CORE_EXPORT RefDeleter { + void + operator()(T* _key){gpgme_unre} }; template <typename T> |