aboutsummaryrefslogtreecommitdiff
path: root/gui/ScrollBarWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ScrollBarWidget.h')
-rw-r--r--gui/ScrollBarWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/ScrollBarWidget.h b/gui/ScrollBarWidget.h
index 9379736f05..dd2b702686 100644
--- a/gui/ScrollBarWidget.h
+++ b/gui/ScrollBarWidget.h
@@ -73,9 +73,10 @@ public:
// should these accessors force a redraw?
void recalc();
+ void checkBounds(int old_pos);
+
protected:
void drawWidget();
- void checkBounds(int old_pos);
};
} // End of namespace GUI