add the usual default parameter for Show()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2012-03-09 05:50:58 +00:00
parent 1f29ecb357
commit 12612f29d4

View File

@ -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)
};