summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/facade.h')
-rw-r--r--common/facade.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/facade.h b/common/facade.h
index c25464f..26b9e6c 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -19,6 +19,7 @@
19 19
20#pragma once 20#pragma once
21 21
22#include <sinkcommon_export.h>
22#include "facadeinterface.h" 23#include "facadeinterface.h"
23 24
24#include <QByteArray> 25#include <QByteArray>
@@ -43,7 +44,7 @@ namespace Sink {
43 * 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
44 */ 45 */
45template <typename DomainType> 46template <typename DomainType>
46class GenericFacade: public Sink::StoreFacade<DomainType> 47class SINKCOMMON_EXPORT GenericFacade: public Sink::StoreFacade<DomainType>
47{ 48{
48public: 49public:
49 /** 50 /**