diff options
Diffstat (limited to 'src/guichan/widgets/scrollarea.cpp')
-rw-r--r-- | src/guichan/widgets/scrollarea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/widgets/scrollarea.cpp b/src/guichan/widgets/scrollarea.cpp index 1251bc665..f8bd11334 100644 --- a/src/guichan/widgets/scrollarea.cpp +++ b/src/guichan/widgets/scrollarea.cpp @@ -80,7 +80,7 @@ namespace gcn addMouseListener(this); } - ScrollArea::ScrollArea(Widget *content) : + ScrollArea::ScrollArea(Widget *const content) : mVScroll(0), mHScroll(0), mScrollbarWidth(12), |