compilation/linking fixes for DoCaptureMouse() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1622,7 +1622,7 @@ struct WXDLLEXPORT wxWindowNext
|
||||
wxWindowNext *next;
|
||||
} *wxWindow::ms_winCaptureNext = NULL;
|
||||
|
||||
void wxWindow::CaptureMouse()
|
||||
void wxWindowBase::CaptureMouse()
|
||||
{
|
||||
wxLogTrace(_T("mousecapture"), _T("CaptureMouse(0x%08x)"), this);
|
||||
|
||||
@@ -1640,7 +1640,7 @@ void wxWindow::CaptureMouse()
|
||||
DoCaptureMouse();
|
||||
}
|
||||
|
||||
void wxWindow::ReleaseMouse()
|
||||
void wxWindowBase::ReleaseMouse()
|
||||
{
|
||||
DoReleaseMouse();
|
||||
|
||||
|
Reference in New Issue
Block a user