fix for compilation without WXWIN_COMPATIBILITY_2_2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
32d50c82ec
commit
c4c928018d
@ -647,7 +647,7 @@ void wxListBox::Clear()
|
||||
{
|
||||
wxCHECK_RET( m_list != NULL, wxT("invalid listbox") );
|
||||
|
||||
gtk_list_clear_items( m_list, 0, Number() );
|
||||
gtk_list_clear_items( m_list, 0, GetCount() );
|
||||
|
||||
if ( HasClientObjectData() )
|
||||
{
|
||||
|
@ -647,7 +647,7 @@ void wxListBox::Clear()
|
||||
{
|
||||
wxCHECK_RET( m_list != NULL, wxT("invalid listbox") );
|
||||
|
||||
gtk_list_clear_items( m_list, 0, Number() );
|
||||
gtk_list_clear_items( m_list, 0, GetCount() );
|
||||
|
||||
if ( HasClientObjectData() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user