added default value for Show() argument

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-02-01 12:21:40 +00:00
parent 582381212e
commit 356c7bfad2

View File

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