From: Vadim Zeitlin Date: Wed, 19 Dec 2001 20:36:33 +0000 (+0000) Subject: added missing default param value for Enable() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2f3eee099fb89ca3fc400849c53c714aeb62f396 added missing default param value for Enable() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/control.h b/include/wx/mac/control.h index 35a00c5013..b7e84398be 100644 --- a/include/wx/mac/control.h +++ b/include/wx/mac/control.h @@ -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 () ;