fixing shadowed var

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-11-26 14:18:43 +00:00
parent 7957dc7b2f
commit 23f92cc755

View File

@@ -440,7 +440,7 @@ bool wxModalEventLoop::ProcessIdle()
// which could have logged new messages) // which could have logged new messages)
wxLog::FlushActive(); wxLog::FlushActive();
#endif #endif
bool needMore = event.MoreRequested(); needMore = event.MoreRequested();
wxWindowList::compatibility_iterator node = wxTopLevelWindows.GetFirst(); wxWindowList::compatibility_iterator node = wxTopLevelWindows.GetFirst();
while (node) while (node)