X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8026dea6cf102fb741f132142f9d6584d3e0cef..62675f1e331549a873edd094c686fae771e862c5:/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