summaryrefslogtreecommitdiffstats
path: root/common/entitybuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/entitybuffer.h')
-rw-r--r--common/entitybuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/entitybuffer.h b/common/entitybuffer.h
index 82152c9..dd7588e 100644
--- a/common/entitybuffer.h
+++ b/common/entitybuffer.h
@@ -4,7 +4,7 @@
4#include <flatbuffers/flatbuffers.h> 4#include <flatbuffers/flatbuffers.h>
5 5
6namespace Akonadi2 { 6namespace Akonadi2 {
7class Entity; 7struct Entity;
8 8
9class EntityBuffer { 9class EntityBuffer {
10public: 10public: