From: Václav Slavík Date: Sat, 19 Jan 2002 23:34:44 +0000 (+0000) Subject: fixed compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/786646f3c201dc18ef065219288207734c8855f9 fixed compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index a72ede3d9f..2b63369661 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -1620,7 +1620,7 @@ struct WXDLLEXPORT wxWindowNext { wxWindow *win; wxWindowNext *next; -} *wxWindow::ms_winCaptureNext = NULL; +} *wxWindowBase::ms_winCaptureNext = NULL; void wxWindowBase::CaptureMouse() {