From 2f3eee099fb89ca3fc400849c53c714aeb62f396 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 19 Dec 2001 20:36:33 +0000 Subject: [PATCH] added missing default param value for Enable() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () ; -- 2.50.0