]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compilation
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 19 Jan 2002 23:34:44 +0000 (23:34 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 19 Jan 2002 23:34:44 +0000 (23:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index a72ede3d9ffe098f0ace7bcfaf5680c84f435e1f..2b63369661c55bc655391241efccbe6877cc8a0f 100644 (file)
@@ -1620,7 +1620,7 @@ struct WXDLLEXPORT wxWindowNext
 {
     wxWindow *win;
     wxWindowNext *next;
-} *wxWindow::ms_winCaptureNext = NULL;
+} *wxWindowBase::ms_winCaptureNext = NULL;
 
 void wxWindowBase::CaptureMouse()
 {