From 12612f29d4d6dd78418e49c2b653b78513716419 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Fri, 9 Mar 2012 05:50:58 +0000 Subject: [PATCH] add the usual default parameter for Show() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/popupwin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/osx/popupwin.h b/include/wx/osx/popupwin.h index cdfa6ef61c..4a429de678 100644 --- a/include/wx/osx/popupwin.h +++ b/include/wx/osx/popupwin.h @@ -27,9 +27,8 @@ public: bool Create(wxWindow *parent, int flags = wxBORDER_NONE); - virtual bool Show(bool show); + virtual bool Show(bool show = true); -protected: DECLARE_DYNAMIC_CLASS_NO_COPY(wxPopupWindow) };