From 9facc12633398f1f417d048992b3aba3f587cbfd Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 1 Feb 2002 23:01:47 +0000 Subject: [PATCH] wxDialog::Show has default argument value in wxUniv now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/univ/dialog.h b/include/wx/univ/dialog.h index fb43ddb039..c1e08230c2 100644 --- a/include/wx/univ/dialog.h +++ b/include/wx/univ/dialog.h @@ -71,7 +71,7 @@ public: // returns TRUE if we're in a modal loop bool IsModalShowing() const; - bool Show(bool show); + bool Show(bool show = TRUE); // implementation only from now on // ------------------------------- -- 2.50.0