summaryrefslogtreecommitdiffstats
path: root/common/facadefactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/facadefactory.h')
-rw-r--r--common/facadefactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/facadefactory.h b/common/facadefactory.h
index 8425229..ef2a3f9 100644
--- a/common/facadefactory.h
+++ b/common/facadefactory.h
@@ -20,7 +20,7 @@
20 20
21#pragma once 21#pragma once
22 22
23#include "sinkcommon_export.h" 23#include "sink_export.h"
24#include <QByteArray> 24#include <QByteArray>
25#include <QDebug> 25#include <QDebug>
26#include <QMutex> 26#include <QMutex>
@@ -38,7 +38,7 @@ namespace Sink {
38 * 38 *
39 * If we were to provide default implementations for certain capabilities. Here would be the place to do so. 39 * If we were to provide default implementations for certain capabilities. Here would be the place to do so.
40 */ 40 */
41class SINKCOMMON_EXPORT FacadeFactory { 41class SINK_EXPORT FacadeFactory {
42public: 42public:
43 typedef std::function<std::shared_ptr<void>(const QByteArray &)> FactoryFunction; 43 typedef std::function<std::shared_ptr<void>(const QByteArray &)> FactoryFunction;
44 44