From 5b87e74ace5a543f09467f77f16721bdc1958f80 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 13 Jan 2006 01:32:38 +0000 Subject: [PATCH] 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 --- include/wx/evtloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2