From 3a041b4ebdba51d43ec900168b1587371ba83013 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 20 Apr 2018 09:59:05 +0200 Subject: Fixed a bunch of exports --- common/domainadaptor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/domainadaptor.h') 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 @@ #pragma once -#include "sink_export.h" #include #include #include @@ -161,7 +160,7 @@ public: * This is required by the facade the read the value, and by the pipeline preprocessors to access the domain values in a generic way. */ template -class SINK_EXPORT DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface +class DomainTypeAdaptorFactory : public DomainTypeAdaptorFactoryInterface { typedef typename Sink::ApplicationDomain::TypeImplementation::Buffer LocalBuffer; typedef typename Sink::ApplicationDomain::TypeImplementation::BufferBuilder LocalBuilder; -- cgit v1.2.3