unused param
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a1fffa9fd5
commit
a492cb0f49
@ -387,7 +387,7 @@ void wxDialog::OnPaint( wxPaintEvent& WXUNUSED(event) )
|
|||||||
// yes
|
// yes
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxDialog::OnCloseWindow(wxCloseEvent& event)
|
void wxDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
// We'll send a Cancel message by default,
|
// We'll send a Cancel message by default,
|
||||||
// which may close the dialog.
|
// which may close the dialog.
|
||||||
|
@ -387,7 +387,7 @@ void wxDialog::OnPaint( wxPaintEvent& WXUNUSED(event) )
|
|||||||
// yes
|
// yes
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxDialog::OnCloseWindow(wxCloseEvent& event)
|
void wxDialog::OnCloseWindow(wxCloseEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
// We'll send a Cancel message by default,
|
// We'll send a Cancel message by default,
|
||||||
// which may close the dialog.
|
// which may close the dialog.
|
||||||
|
Loading…
Reference in New Issue
Block a user