compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
708c45a6ce
commit
2a68b7a07d
@ -225,7 +225,7 @@ void wxComboBox::SetFocus()
|
||||
|
||||
int wxComboBox::AppendCommon( const wxString &item )
|
||||
{
|
||||
wxCHECK_RET( m_widget != NULL, wxT("invalid combobox") );
|
||||
wxCHECK_MSG( m_widget != NULL, -1, wxT("invalid combobox") );
|
||||
|
||||
DisableEvents();
|
||||
|
||||
|
@ -225,7 +225,7 @@ void wxComboBox::SetFocus()
|
||||
|
||||
int wxComboBox::AppendCommon( const wxString &item )
|
||||
{
|
||||
wxCHECK_RET( m_widget != NULL, wxT("invalid combobox") );
|
||||
wxCHECK_MSG( m_widget != NULL, -1, wxT("invalid combobox") );
|
||||
|
||||
DisableEvents();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user