summaryrefslogtreecommitdiffstats
path: root/common/entitybuffer.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-07 00:09:15 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-07 00:09:15 +0200
commit724a0380b7709a64a433dff0cc8fba26aea1df98 (patch)
tree98472fbd2b41809f7c2a253d85f70710f322235d /common/entitybuffer.h
parentef8fcadb0c0ad4af055262a4dd9c37d4905cc0fa (diff)
downloadsink-724a0380b7709a64a433dff0cc8fba26aea1df98.tar.gz
sink-724a0380b7709a64a433dff0cc8fba26aea1df98.zip
Fixed all warnings
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: