fixed compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ead95817ba
commit
786646f3c2
@ -1620,7 +1620,7 @@ struct WXDLLEXPORT wxWindowNext
|
|||||||
{
|
{
|
||||||
wxWindow *win;
|
wxWindow *win;
|
||||||
wxWindowNext *next;
|
wxWindowNext *next;
|
||||||
} *wxWindow::ms_winCaptureNext = NULL;
|
} *wxWindowBase::ms_winCaptureNext = NULL;
|
||||||
|
|
||||||
void wxWindowBase::CaptureMouse()
|
void wxWindowBase::CaptureMouse()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user