diff options
Diffstat (limited to 'common/entitybuffer.h')
-rw-r--r-- | common/entitybuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/entitybuffer.h b/common/entitybuffer.h index 495e94e..474a619 100644 --- a/common/entitybuffer.h +++ b/common/entitybuffer.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include "sinkcommon_export.h" | 3 | #include "sink_export.h" |
4 | #include <functional> | 4 | #include <functional> |
5 | #include <flatbuffers/flatbuffers.h> | 5 | #include <flatbuffers/flatbuffers.h> |
6 | #include <QByteArray> | 6 | #include <QByteArray> |
@@ -8,7 +8,7 @@ | |||
8 | namespace Sink { | 8 | namespace Sink { |
9 | struct Entity; | 9 | struct Entity; |
10 | 10 | ||
11 | class SINKCOMMON_EXPORT EntityBuffer { | 11 | class SINK_EXPORT EntityBuffer { |
12 | public: | 12 | public: |
13 | EntityBuffer(const void *dataValue, int size); | 13 | EntityBuffer(const void *dataValue, int size); |
14 | EntityBuffer(const QByteArray &data); | 14 | EntityBuffer(const QByteArray &data); |