compilation fix after last change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-07-03 17:52:37 +00:00
parent 058506f3e9
commit 0d50ce70b1

View File

@@ -328,7 +328,7 @@ void MyDialog::OnAlignButton(wxCommandEvent& WXUNUSED(ev))
Layout(); Layout();
} }
void MyDialog::OnPaneChanged(wxCollapsiblePaneEvent& WXUNUSED(event)) void MyDialog::OnPaneChanged(wxCollapsiblePaneEvent& WXUNUSED_UNLESS_DEBUG(event))
{ {
wxLogDebug(wxT("The pane has just been %s by the user"), wxLogDebug(wxT("The pane has just been %s by the user"),
event.GetCollapsed() ? wxT("collapsed") : wxT("expanded")); event.GetCollapsed() ? wxT("collapsed") : wxT("expanded"));