Fix harmless unused parameter warning in wxOSX.

We don't use the timestamp in wxNonOwnedWindow::HandleResized().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-07-16 14:10:22 +00:00
parent e3f4ca2e1e
commit f86a4930f2

View File

@@ -307,7 +307,7 @@ void wxNonOwnedWindow::HandleActivated( double timestampsec, bool didActivate )
HandleWindowEvent(wxevent);
}
void wxNonOwnedWindow::HandleResized( double timestampsec )
void wxNonOwnedWindow::HandleResized( double WXUNUSED(timestampsec) )
{
SendSizeEvent();
// we have to inform some controls that have to reset things