don't pass window argument to NotifyCaptureLost, it's not needed/used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2406,7 +2406,7 @@ static void DoNotifyWindowAboutCaptureLost(wxWindow *win)
|
||||
}
|
||||
|
||||
/* static */
|
||||
void wxWindowBase::NotifyCaptureLost(wxWindow *gainedCapture)
|
||||
void wxWindowBase::NotifyCaptureLost()
|
||||
{
|
||||
// don't do anything if capture lost was expected, i.e. resulted from
|
||||
// a wx call to ReleaseMouse or CaptureMouse:
|
||||
|
Reference in New Issue
Block a user