fixing shadowed var

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-11-26 14:16:53 +00:00
parent 21ef119c89
commit 27f15965e1

View File

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