git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20426
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return wxSize(m_width, m_height);
}
return wxSize(m_width, m_height);
}
-void wxWizard::OnCancel(wxCommandEvent& WXUNUSED(event))
+void wxWizard::OnCancel(wxCommandEvent& WXUNUSED(eventUnused))
{
// this function probably can never be called when we don't have an active
// page, but a small extra check won't hurt
{
// this function probably can never be called when we don't have an active
// page, but a small extra check won't hurt