This commit is contained in:
Guenter Obiltschnig 2014-10-06 07:35:55 +02:00
Родитель d66fde51b5
Коммит 71511b1960
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)