]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing default value for wxEventLoopManual::Exit() parameter
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jan 2006 01:32:38 +0000 (01:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jan 2006 01:32:38 +0000 (01:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/evtloop.h

index 59c2f5e5f277aa7e146a3b4bd7e0ac455a93829e..4a70021ec3b32d2e11e53f659c25676fe2661c76 100644 (file)
@@ -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