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