added missing default value for wxEventLoopManual::Exit() parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-01-13 01:32:38 +00:00
parent b80e8ac983
commit 5b87e74ace

View File

@@ -83,7 +83,7 @@ public:
// sets the "should exit" flag and wakes up the loop so that it terminates // sets the "should exit" flag and wakes up the loop so that it terminates
// soon // soon
virtual void Exit(int rc); virtual void Exit(int rc = 0);
protected: protected:
// implement this to wake up the loop: usually done by posting a dummy event // implement this to wake up the loop: usually done by posting a dummy event