]> git.saurik.com Git - wxWidgets.git/commitdiff
Added default argument (true) to Show()
authorDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 14:43:34 +0000 (14:43 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 14:43:34 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/dialog.h

index 142bcbbef421ba67be1a013d90da1f286b636674..38038b341c03741798d06f5c6023fd633d159dd4 100644 (file)
@@ -79,7 +79,7 @@ protected:
 // Implementation
 // ------------------------------------------------------------------------
 public:
-    bool Show(bool show);
+    bool Show(bool show = true);
 
     void SetModal(bool flag);
     virtual bool IsModal() const;