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