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