From 356c7bfad29fc1f433ae92ad9c520568268754b3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 1 Feb 2002 12:21:40 +0000 Subject: [PATCH] added default value for Show() argument git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index 9e13ae773f..31326c37c7 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -74,7 +74,7 @@ public: // ------------------------------- // override some base class virtuals - virtual bool Show(bool show); + virtual bool Show(bool show = TRUE); // event handlers bool OnClose(); -- 2.45.2