fixed compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-01-19 23:34:44 +00:00
parent ead95817ba
commit 786646f3c2

View File

@ -1620,7 +1620,7 @@ struct WXDLLEXPORT wxWindowNext
{
wxWindow *win;
wxWindowNext *next;
} *wxWindow::ms_winCaptureNext = NULL;
} *wxWindowBase::ms_winCaptureNext = NULL;
void wxWindowBase::CaptureMouse()
{