diff options
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/commands.h b/common/commands.h index 534308d..5f2b006 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -1,5 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <akonadi2common_export.h> | ||
3 | #include <flatbuffers/flatbuffers.h> | 4 | #include <flatbuffers/flatbuffers.h> |
4 | 5 | ||
5 | class QIODevice; | 6 | class QIODevice; |
@@ -14,6 +15,6 @@ enum CommandIds { | |||
14 | CustomCommand = 0xffff | 15 | CustomCommand = 0xffff |
15 | }; | 16 | }; |
16 | 17 | ||
17 | void write(QIODevice *device, int commandId, flatbuffers::FlatBufferBuilder &fbb); | 18 | void AKONADI2COMMON_EXPORT write(QIODevice *device, int commandId, flatbuffers::FlatBufferBuilder &fbb); |
18 | 19 | ||
19 | } \ No newline at end of file | 20 | } |