diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:07 +0100 |
commit | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (patch) | |
tree | 25c2ee1b29bc481b6914c244ed9ca194b1415d16 /common/entitybuffer.h | |
parent | 17e7ee40c9185c0505883853345fd6024c675b1a (diff) | |
download | sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.tar.gz sink-bdb01c2c068df326f5a8328ed1492ab1bea388c5.zip |
Renamed Akonadi2 to Sink
(except for documentation).
Diffstat (limited to 'common/entitybuffer.h')
-rw-r--r-- | common/entitybuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/entitybuffer.h b/common/entitybuffer.h index a58aae9..c9c2453 100644 --- a/common/entitybuffer.h +++ b/common/entitybuffer.h | |||
@@ -3,7 +3,7 @@ | |||
3 | #include <functional> | 3 | #include <functional> |
4 | #include <flatbuffers/flatbuffers.h> | 4 | #include <flatbuffers/flatbuffers.h> |
5 | 5 | ||
6 | namespace Akonadi2 { | 6 | namespace Sink { |
7 | struct Entity; | 7 | struct Entity; |
8 | 8 | ||
9 | class EntityBuffer { | 9 | class EntityBuffer { |