mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
fix TypeHandler sample
This commit is contained in:
parent
d66fde51b5
commit
71511b1960
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user