added missing default param value for Enable()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-12-19 20:36:33 +00:00
parent 0d7b3f0a80
commit 2f3eee099f

View File

@ -55,7 +55,7 @@ public:
void OnEraseBackground(wxEraseEvent& event);
virtual bool Enable(bool enabled) ;
virtual bool Enable(bool enable = TRUE) ;
virtual bool Show(bool show = TRUE) ;
virtual void MacRedrawControl () ;