X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0222a60b3491fa0835b4b0d41430c745e9b90615..fbaf7d14219b87f528d9d766ea59a710e5a38068:/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() ) {