coverity#1223092 Uninitialized scalar field
Change-Id: Ibfbc85562d30c541eada430759a0bda9305d9850
This commit is contained in:
parent
629bb797b9
commit
e43c672597
@ -91,10 +91,12 @@ namespace dbaui
|
||||
|
||||
// IndexFieldsControl
|
||||
IndexFieldsControl::IndexFieldsControl( Window* _pParent, WinBits nWinStyle)
|
||||
:EditBrowseBox(_pParent, EBBF_SMART_TAB_TRAVEL | EBBF_ACTIVATE_ON_BUTTONDOWN, nWinStyle, BROWSER_STANDARD_FLAGS)
|
||||
,m_aSeekRow(m_aFields.end())
|
||||
,m_pSortingCell(NULL)
|
||||
,m_pFieldNameCell(NULL)
|
||||
: EditBrowseBox(_pParent, EBBF_SMART_TAB_TRAVEL | EBBF_ACTIVATE_ON_BUTTONDOWN, nWinStyle, BROWSER_STANDARD_FLAGS)
|
||||
, m_aSeekRow(m_aFields.end())
|
||||
, m_pSortingCell(NULL)
|
||||
, m_pFieldNameCell(NULL)
|
||||
, m_nMaxColumnsInIndex(0)
|
||||
, m_bAddIndexAppendix(false)
|
||||
{
|
||||
|
||||
SetUniqueId( UID_DLGINDEX_INDEXDETAILS_BACK );
|
||||
|
Loading…
x
Reference in New Issue
Block a user