git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54520
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxPickerBase - event handlers
// ----------------------------------------------------------------------------
// wxPickerBase - event handlers
// ----------------------------------------------------------------------------
-void wxPickerBase::OnTextCtrlKillFocus(wxFocusEvent &)
+void wxPickerBase::OnTextCtrlKillFocus(wxFocusEvent& event)
// don't leave the textctrl empty
if (m_text->GetValue().empty())
// don't leave the textctrl empty
if (m_text->GetValue().empty())