coverity#707744 Uninitialized pointer field

Change-Id: I3735755f6f9e698a9c2dbedb9875a119de4b48f7
This commit is contained in:
Caolán McNamara 2014-05-11 11:18:07 +01:00
parent 861b58566d
commit 82a33b849c

View file

@ -45,6 +45,7 @@ namespace dbaui
OTableConnection::OTableConnection( const OTableConnection& _rConn ) : Window(_rConn.m_pParent)
,m_pData(_rConn.GetData()->NewInstance())
,m_pParent(NULL)
{
*this = _rConn;
}