Kaydet (Commit) 649bb48e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738613 Uninitialized scalar field

Change-Id: If6166e4b22afcc0afc5f552652ab76f5e21c52de
üst 86ff16b9
...@@ -124,10 +124,11 @@ namespace dbaui ...@@ -124,10 +124,11 @@ namespace dbaui
// class ORelationControl // class ORelationControl
ORelationControl::ORelationControl( OTableListBoxControl* pParent ) ORelationControl::ORelationControl( OTableListBoxControl* pParent )
:EditBrowseBox( pParent, EBBF_SMART_TAB_TRAVEL | EBBF_NOROWPICTURE, WB_TABSTOP | WB_BORDER | BROWSER_AUTOSIZE_LASTCOL) : EditBrowseBox(pParent, EBBF_SMART_TAB_TRAVEL | EBBF_NOROWPICTURE, WB_TABSTOP | WB_BORDER | BROWSER_AUTOSIZE_LASTCOL)
,m_pBoxControl(pParent) , m_pBoxControl(pParent)
,m_xSourceDef( NULL ) , m_nDataPos(0)
,m_xDestDef( NULL ) , m_xSourceDef(NULL)
, m_xDestDef(NULL)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment