summaryrefslogtreecommitdiff
path: root/src/gui/scrollarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/scrollarea.h')
-rw-r--r--src/gui/scrollarea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/scrollarea.h b/src/gui/scrollarea.h
index 504842cc..9fb7093d 100644
--- a/src/gui/scrollarea.h
+++ b/src/gui/scrollarea.h
@@ -65,7 +65,7 @@ class ScrollArea : public gcn::ScrollArea {
/**
* Draws the background and border of the scroll area.
*/
- void drawBorder(gcn::Graphics *graphics);
+ void drawFrame(gcn::Graphics *graphics);
/**
* Sets whether the widget should draw its background or not.