diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Scroll.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index 35fcf9a24..ce2ff14f9 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -130,11 +130,11 @@ protected: // (STR#1895) Fl_Scrollbar_Data hscroll; ///< horizontal scrollbar region + values Fl_Scrollbar_Data vscroll; ///< vertical scrollbar region + values } ScrollInfo; - void recalc_scrollbars(ScrollInfo &si); + void recalc_scrollbars(ScrollInfo &si) const; protected: - void bbox(int&,int&,int&,int&); + void bbox(int&,int&,int&,int&) const; void draw(); public: |
