wxX11 and wxMotif STL-ification, part 1. it does not compile.
yet, but keeps the diff between my local copy and HEAD < 4000 lines... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3122,7 +3122,7 @@ wxMenuGeometryInfo *wxWin32Renderer::GetMenuGeometry(wxWindow *win,
|
||||
widthAccelMax = 0,
|
||||
widthBmpMax = MENU_LEFT_MARGIN;
|
||||
|
||||
for ( wxMenuItemList::Node *node = menu.GetMenuItems().GetFirst();
|
||||
for ( wxMenuItemList::compatibility_iterator node = menu.GetMenuItems().GetFirst();
|
||||
node;
|
||||
node = node->GetNext() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user