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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user