summaryrefslogtreecommitdiffstats
path: root/common/domain/typeimplementations.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/typeimplementations.h')
-rw-r--r--common/domain/typeimplementations.h2
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<>
101class SINK_EXPORT TypeImplementation<Sink::ApplicationDomain::Todo> { 101class SINK_EXPORT TypeImplementation<Sink::ApplicationDomain::Todo> {
102public: 102public:
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);