summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b80e8ac)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36851
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// sets the "should exit" flag and wakes up the loop so that it terminates
// soon
// sets the "should exit" flag and wakes up the loop so that it terminates
// soon
- virtual void Exit(int rc);
+ virtual void Exit(int rc = 0);
protected:
// implement this to wake up the loop: usually done by posting a dummy event
protected:
// implement this to wake up the loop: usually done by posting a dummy event