From 681da6818a171203acce0f525856f82112757606 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 3 May 2018 16:16:14 +0200 Subject: todo: Fix type impl + register replay/factory/facade --- common/domain/typeimplementations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/domain/typeimplementations.h') 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<> class SINK_EXPORT TypeImplementation { public: typedef Sink::ApplicationDomain::Buffer::Todo Buffer; - typedef Sink::ApplicationDomain::Buffer::EventBuilder BufferBuilder; + typedef Sink::ApplicationDomain::Buffer::TodoBuilder BufferBuilder; static void configure(TypeIndex &); static void configure(PropertyMapper &); static void configure(IndexPropertyMapper &indexPropertyMapper); -- cgit v1.2.3