X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecb9c007bd63ad94880fc6f91e9a51316999f85e..4395fb21f651f8a08905c34507692ca7f902dfe5:/src/common/cshelp.cpp diff --git a/src/common/cshelp.cpp b/src/common/cshelp.cpp index 6267f85db0..a7da4a1cf5 100644 --- a/src/common/cshelp.cpp +++ b/src/common/cshelp.cpp @@ -99,7 +99,7 @@ static void wxPushOrPopEventHandlers(wxContextHelp* help, wxWindow* win, bool pu else win->PopEventHandler(TRUE); - wxWindowList::Node* node = win->GetChildren().GetFirst(); + wxWindowList::compatibility_iterator node = win->GetChildren().GetFirst(); while (node) { wxWindow* child = node->GetData();