diff options
author | Minijackson <minijackson@riseup.net> | 2018-05-03 16:16:14 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-05-03 16:16:14 +0200 |
commit | 681da6818a171203acce0f525856f82112757606 (patch) | |
tree | 05c5d70f6d9685df456e843e0987d0b9fa69e676 /common/domain/typeimplementations.h | |
parent | 29695a1949c4f846f0d4ed21a400f3b864518ed1 (diff) | |
download | sink-681da6818a171203acce0f525856f82112757606.tar.gz sink-681da6818a171203acce0f525856f82112757606.zip |
todo: Fix type impl + register replay/factory/facade
Diffstat (limited to 'common/domain/typeimplementations.h')
-rw-r--r-- | common/domain/typeimplementations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/typeimplementations.h b/common/domain/typeimplementations.h index dea7426..5c6ba14 100644 --- a/common/domain/typeimplementations.h +++ b/common/domain/typeimplementations.h | |||
@@ -101,7 +101,7 @@ template<> | |||
101 | class SINK_EXPORT TypeImplementation<Sink::ApplicationDomain::Todo> { | 101 | class SINK_EXPORT TypeImplementation<Sink::ApplicationDomain::Todo> { |
102 | public: | 102 | public: |
103 | typedef Sink::ApplicationDomain::Buffer::Todo Buffer; | 103 | typedef Sink::ApplicationDomain::Buffer::Todo Buffer; |
104 | typedef Sink::ApplicationDomain::Buffer::EventBuilder BufferBuilder; | 104 | typedef Sink::ApplicationDomain::Buffer::TodoBuilder BufferBuilder; |
105 | static void configure(TypeIndex &); | 105 | static void configure(TypeIndex &); |
106 | static void configure(PropertyMapper &); | 106 | static void configure(PropertyMapper &); |
107 | static void configure(IndexPropertyMapper &indexPropertyMapper); | 107 | static void configure(IndexPropertyMapper &indexPropertyMapper); |