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:
parent
582381212e
commit
356c7bfad2
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user