summaryrefslogtreecommitdiffstats
path: root/common/domainadaptor.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 09:59:05 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 09:59:05 +0200
commit3a041b4ebdba51d43ec900168b1587371ba83013 (patch)
tree5dde77887a7b81685005606e2bdf9759b12c6025 /common/domainadaptor.h
parent81cd0887da80c986fb5ab7bdb057a745bf23a945 (diff)
downloadsink-3a041b4ebdba51d43ec900168b1587371ba83013.tar.gz
sink-3a041b4ebdba51d43ec900168b1587371ba83013.zip
Fixed a bunch of exports
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r--common/domainadaptor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h
index bcfc18d..a5a0ade 100644
--- a/common/domainadaptor.h
+++ b/common/domainadaptor.h
@@ -19,7 +19,6 @@
19 19
20#pragma once 20#pragma once
21 21
22#include "sink_export.h"
23#include <QVariant> 22#include <QVariant>
24#include <QByteArray> 23#include <QByteArray>
25#include <functional> 24#include <functional>
@@ -161,7 +160,7 @@ public:
161 * This is required by the facade the read the value, and by the pipeline preprocessors to access the domain values in a generic way. 160 * This is required by the facade the read the value, and by the pipeline preprocessors to access the domain values in a generic way.
162 */ 161 */
163template <typename DomainType> 162template <typename DomainType>
164class SINK_EXPORT DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface 163class DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface
165{ 164{
166 typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::Buffer LocalBuffer; 165 typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::Buffer LocalBuffer;
167 typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::BufferBuilder LocalBuilder; 166 typedef typename Sink::ApplicationDomain::TypeImplementation<DomainType>::BufferBuilder LocalBuilder;