Compilation fix for wxUSE_STL==1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -99,7 +99,7 @@ static void wxPushOrPopEventHandlers(wxContextHelp* help, wxWindow* win, bool pu
|
|||||||
else
|
else
|
||||||
win->PopEventHandler(TRUE);
|
win->PopEventHandler(TRUE);
|
||||||
|
|
||||||
wxWindowList::Node* node = win->GetChildren().GetFirst();
|
wxWindowList::compatibility_iterator node = win->GetChildren().GetFirst();
|
||||||
while (node)
|
while (node)
|
||||||
{
|
{
|
||||||
wxWindow* child = node->GetData();
|
wxWindow* child = node->GetData();
|
||||||
|
Reference in New Issue
Block a user