[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argument type check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1559,7 +1559,7 @@ void wxComboCtrlBase::DestroyPopup()
|
||||
m_popup = (wxWindow*) NULL;
|
||||
}
|
||||
|
||||
void wxComboCtrlBase::SetPopupControl( wxComboPopup* iface )
|
||||
void wxComboCtrlBase::DoSetPopupControl(wxComboPopup* iface)
|
||||
{
|
||||
wxCHECK_RET( iface, wxT("no popup interface set for wxComboCtrl") );
|
||||
|
||||
|
Reference in New Issue
Block a user