mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 08:41:11 +01:00
initialize all members in default ctor
This commit is contained in:
parent
8935e19bbc
commit
1bb795e7ed
@ -21,7 +21,12 @@ namespace Poco {
|
|||||||
namespace Data {
|
namespace Data {
|
||||||
|
|
||||||
|
|
||||||
MetaColumn::MetaColumn()
|
MetaColumn::MetaColumn():
|
||||||
|
_length(),
|
||||||
|
_precision(),
|
||||||
|
_position(),
|
||||||
|
_type(),
|
||||||
|
_nullable()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user