From 71511b196093c2721061635b35ab8891cc085f32 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 6 Oct 2014 07:35:55 +0200 Subject: [PATCH] fix TypeHandler sample --- Data/samples/TypeHandler/src/TypeHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/samples/TypeHandler/src/TypeHandler.cpp b/Data/samples/TypeHandler/src/TypeHandler.cpp index 02d31ea53..6a213c7f3 100644 --- a/Data/samples/TypeHandler/src/TypeHandler.cpp +++ b/Data/samples/TypeHandler/src/TypeHandler.cpp @@ -49,7 +49,7 @@ class TypeHandler public: static std::size_t size() { - return 3; + return 4; } static void bind(std::size_t pos, const Person& person, AbstractBinder::Ptr pBinder, AbstractBinder::Direction dir)