fix TypeHandler sample

This commit is contained in:
Guenter Obiltschnig 2014-10-06 07:35:55 +02:00
parent d66fde51b5
commit 71511b1960

View File

@ -49,7 +49,7 @@ class TypeHandler<Person>
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)