X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/524c47aa3adf2af11a3069fd5da035a604f08f66..51725fc0c294f3c3f636710745539cd2041d8d8b:/src/osx/carbon/frame.cpp diff --git a/src/osx/carbon/frame.cpp b/src/osx/carbon/frame.cpp index 17df9bcf0d..5c2ada2de0 100644 --- a/src/osx/carbon/frame.cpp +++ b/src/osx/carbon/frame.cpp @@ -215,14 +215,14 @@ void wxFrame::OnActivate(wxActivateEvent& event) } } -void wxFrame::HandleResized( long timestamp ) +void wxFrame::HandleResized( double timestampsec ) { // according to the other ports we handle this within the OS level // resize event, not within a wxSizeEvent PositionBars(); - wxNonOwnedWindow::HandleResized( timestamp ); + wxNonOwnedWindow::HandleResized( timestampsec ); } #if wxUSE_MENUS