diff options
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/facade.h b/common/facade.h index 914b6fc..a85b1de 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "sinkcommon_export.h" | 22 | #include "sink_export.h" |
23 | #include "facadeinterface.h" | 23 | #include "facadeinterface.h" |
24 | 24 | ||
25 | #include <QByteArray> | 25 | #include <QByteArray> |
@@ -44,7 +44,7 @@ namespace Sink { | |||
44 | * Additionally a resource only has to provide a synchronizer plugin to execute the synchronization | 44 | * Additionally a resource only has to provide a synchronizer plugin to execute the synchronization |
45 | */ | 45 | */ |
46 | template <typename DomainType> | 46 | template <typename DomainType> |
47 | class SINKCOMMON_EXPORT GenericFacade: public Sink::StoreFacade<DomainType> | 47 | class SINK_EXPORT GenericFacade: public Sink::StoreFacade<DomainType> |
48 | { | 48 | { |
49 | public: | 49 | public: |
50 | /** | 50 | /** |