]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
replaced an #ifdef __WXDEBUG__ with a wxCHECK (this is what we have it for...)
[wxWidgets.git] / src / html / helpctrl.cpp
index 1748fef73d74fc28b183dec96ab2fdabd5cf782c..67726f7456e702e6607e4bbddde2be0c549a3acc 100644 (file)
@@ -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() )
     {