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:
@@ -307,7 +307,7 @@ void wxNonOwnedWindow::HandleActivated( double timestampsec, bool didActivate )
|
|||||||
HandleWindowEvent(wxevent);
|
HandleWindowEvent(wxevent);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxNonOwnedWindow::HandleResized( double timestampsec )
|
void wxNonOwnedWindow::HandleResized( double WXUNUSED(timestampsec) )
|
||||||
{
|
{
|
||||||
SendSizeEvent();
|
SendSizeEvent();
|
||||||
// we have to inform some controls that have to reset things
|
// we have to inform some controls that have to reset things
|
||||||
|
Reference in New Issue
Block a user