diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-27 16:47:40 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-03-31 11:11:08 +0200 |
commit | 95fab4cac8217446684cfe6bd3f0218b0655530b (patch) | |
tree | 607b8beada461d46ae751a11fe7e9459d08033b1 /common/domainadaptor.h | |
parent | 7642433a4fafd2ccf7e8b43c81ec18282f544a3b (diff) | |
download | sink-95fab4cac8217446684cfe6bd3f0218b0655530b.tar.gz sink-95fab4cac8217446684cfe6bd3f0218b0655530b.zip |
Minor cleanup, less warnings.
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index 164c749..e46e893 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -67,6 +67,7 @@ template<typename DomainType, typename LocalBuffer, typename ResourceBuffer> | |||
67 | class DomainTypeAdaptorFactory/* <typename DomainType, LocalBuffer, ResourceBuffer> */ | 67 | class DomainTypeAdaptorFactory/* <typename DomainType, LocalBuffer, ResourceBuffer> */ |
68 | { | 68 | { |
69 | public: | 69 | public: |
70 | virtual ~DomainTypeAdaptorFactory() {}; | ||
70 | virtual QSharedPointer<Akonadi2::Domain::BufferAdaptor> createAdaptor(const Akonadi2::Entity &entity) = 0; | 71 | virtual QSharedPointer<Akonadi2::Domain::BufferAdaptor> createAdaptor(const Akonadi2::Entity &entity) = 0; |
71 | virtual void createBuffer(const Akonadi2::Domain::Event &event, flatbuffers::FlatBufferBuilder &fbb) {}; | 72 | virtual void createBuffer(const Akonadi2::Domain::Event &event, flatbuffers::FlatBufferBuilder &fbb) {}; |
72 | 73 | ||