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:
@@ -74,7 +74,7 @@ public:
|
|||||||
// -------------------------------
|
// -------------------------------
|
||||||
|
|
||||||
// override some base class virtuals
|
// override some base class virtuals
|
||||||
virtual bool Show(bool show);
|
virtual bool Show(bool show = TRUE);
|
||||||
|
|
||||||
// event handlers
|
// event handlers
|
||||||
bool OnClose();
|
bool OnClose();
|
||||||
|
Reference in New Issue
Block a user