mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 11:48:54 +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 {
|
||||
|
||||
|
||||
MetaColumn::MetaColumn()
|
||||
MetaColumn::MetaColumn():
|
||||
_length(),
|
||||
_precision(),
|
||||
_position(),
|
||||
_type(),
|
||||
_nullable()
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user