projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxMSW: return correct value from wxMessageDialog::GetReturnCode().
[wxWidgets.git]
/
include
/
wx
/
evtloop.h
diff --git
a/include/wx/evtloop.h
b/include/wx/evtloop.h
index d83f5d23f6cd7aadf66cdaedc0b8407cf29c3c9a..8dd5d6eb7b6f201f60cd49ddf5d55c615c69bee5 100644
(file)
--- a/
include/wx/evtloop.h
+++ b/
include/wx/evtloop.h
@@
-203,9
+203,9
@@
protected:
bool m_isInsideYield;
long m_eventsToProcessInsideYield;
+private:
// this flag is set on entry into Run() and reset before leaving it
bool m_isInsideRun;
-private:
wxDECLARE_NO_COPY_CLASS(wxEventLoopBase);
};