Fixed some compilos. Things that still need fixing incl. logg.cpp compilation
and docvwmdi debugging git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -351,6 +351,7 @@ bool wxRegion::Intersect( const wxRegion& region )
|
||||
}
|
||||
|
||||
// we need to update the rect list as well
|
||||
#if OLDCODE
|
||||
wxList& list = *GetRectList();
|
||||
wxNode *node = list.First();
|
||||
while (node)
|
||||
@@ -372,7 +373,7 @@ bool wxRegion::Intersect( const wxRegion& region )
|
||||
|
||||
node = node->Next();
|
||||
}
|
||||
|
||||
#endif
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user