diff options
Diffstat (limited to 'src/core/model/DataObject.h')
-rw-r--r-- | src/core/model/DataObject.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/DataObject.h b/src/core/model/DataObject.h index ea8fc4c4..a80370a2 100644 --- a/src/core/model/DataObject.h +++ b/src/core/model/DataObject.h @@ -32,13 +32,12 @@ #include <typeindex> #include <typeinfo> -#include "core/GpgFrontendCoreExport.h" #include "core/typedef/CoreTypedef.h" #include "core/utils/MemoryUtils.h" namespace GpgFrontend { -class GPGFRONTEND_CORE_EXPORT DataObject { +class GF_CORE_EXPORT DataObject { public: DataObject(); |