X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0222a60b3491fa0835b4b0d41430c745e9b90615..38d85c646d22dc076ad5bb937a51a43e71c12f06:/src/html/helpctrl.cpp diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 1748fef73d..67726f7456 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -271,7 +271,7 @@ void wxHtmlHelpController::AddGrabIfNeeded() // Check if there are any modal windows present, // in which case we need to add a grab. - for ( wxWindowList::Node * node = wxTopLevelWindows.GetFirst(); + for ( wxWindowList::compatibility_iterator node = wxTopLevelWindows.GetFirst(); node; node = node->GetNext() ) {