summaryrefslogtreecommitdiffstats
path: root/common/facadefactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/facadefactory.h')
-rw-r--r--common/facadefactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/facadefactory.h b/common/facadefactory.h
index 3dca63b..ee65ac9 100644
--- a/common/facadefactory.h
+++ b/common/facadefactory.h
@@ -20,6 +20,7 @@
20 20
21#pragma once 21#pragma once
22 22
23#include <sinkcommon_export.h>
23#include <QByteArray> 24#include <QByteArray>
24#include <QDebug> 25#include <QDebug>
25#include <QMutex> 26#include <QMutex>
@@ -37,7 +38,7 @@ namespace Sink {
37 * 38 *
38 * 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.
39 */ 40 */
40class FacadeFactory { 41class SINKCOMMON_EXPORT FacadeFactory {
41public: 42public:
42 typedef std::function<std::shared_ptr<void>(const QByteArray &)> FactoryFunction; 43 typedef std::function<std::shared_ptr<void>(const QByteArray &)> FactoryFunction;
43 44