X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8026dea6cf102fb741f132142f9d6584d3e0cef..b7e5ba8f2d676583c790c59388eba8bfa9bd33c2:/include/wx/evtloop.h diff --git a/include/wx/evtloop.h b/include/wx/evtloop.h index 59c2f5e5f2..4a70021ec3 100644 --- a/include/wx/evtloop.h +++ b/include/wx/evtloop.h @@ -83,7 +83,7 @@ public: // 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