summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-04-24 09:01:37 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-04-24 09:01:37 +0000
commit5134c0988d39c40c6c0e0ca5edcb31f2d28e8954 (patch)
treed99560028e6395d622fd295d75c0be173b29e32e /FL
parent7f7debce52d5f63c27122c664194e5f4e8591f8e (diff)
Fixed issues with Fl_Scroll inside and Fl_Scroll (STR #265)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-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 9d2846712..0838c54f0 100644
--- a/FL/Fl_Scroll.H
+++ b/FL/Fl_Scroll.H
@@ -68,7 +68,7 @@ public:
int xposition() const {return xposition_;}
int yposition() const {return yposition_;}
- void position(int, int);
+ void scroll_to(int, int);
void clear();
};