really fix compilation fix after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -328,9 +328,9 @@ void MyDialog::OnAlignButton(wxCommandEvent& WXUNUSED(ev))
|
|||||||
Layout();
|
Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyDialog::OnPaneChanged(wxCollapsiblePaneEvent& WXUNUSED_UNLESS_DEBUG(event))
|
void MyDialog::OnPaneChanged(wxCollapsiblePaneEvent& event)
|
||||||
{
|
{
|
||||||
wxLogDebug(wxT("The pane has just been %s by the user"),
|
wxLogMessage(wxT("The pane has just been %s by the user"),
|
||||||
event.GetCollapsed() ? wxT("collapsed") : wxT("expanded"));
|
event.GetCollapsed() ? wxT("collapsed") : wxT("expanded"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user