summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-01-18 19:23:24 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-01-18 19:23:24 +0000
commitcf9391c7b1210f6246216d3e8a4e5af05000886b (patch)
treeb5a9da9f094c2a318b991006c16ac594412ce84e
parent4ee2c1fafa0c72e396a9f91816325b4a8ec6dfbb (diff)
Changed Fl_Scroll::bbox() from private to protected.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5618 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Scroll.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H
index 63fab8b14..9d2846712 100644
--- a/FL/Fl_Scroll.H
+++ b/FL/Fl_Scroll.H
@@ -40,10 +40,10 @@ class FL_EXPORT Fl_Scroll : public Fl_Group {
static void scrollbar_cb(Fl_Widget*, void*);
void fix_scrollbar_order();
static void draw_clip(void*,int,int,int,int);
- void bbox(int&,int&,int&,int&);
protected:
+ void bbox(int&,int&,int&,int&);
void draw();
public: