summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
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();
};