From 538a1c62eec21c06b2e6eee5aa0c08fdcdcc63f9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Aug 2006 08:43:50 +0000 Subject: Fl_Tabs::value() is now const as described in the documentation (STR #1379) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5319 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Tabs.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index 3f88c2a63..956ff7aef 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -42,7 +42,7 @@ protected: public: int handle(int); - Fl_Widget *value(); + Fl_Widget *value() const; int value(Fl_Widget *); Fl_Widget *push() const {return push_;} int push(Fl_Widget *); -- cgit v1.2.3