diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-19 18:54:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-19 18:54:32 +0300 |
commit | eff128d7019ea0cd137a5fff6cc67825f90c4e1b (patch) | |
tree | d56835cd042f2794b4c5182cedd5eefb96099d5a /src/gui/widgets/scrollarea.h | |
parent | 6a79c4cc085f5cc7fea8a7b383744a40f3ccea6c (diff) | |
download | plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.tar.gz plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.tar.bz2 plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.tar.xz plus-eff128d7019ea0cd137a5fff6cc67825f90c4e1b.zip |
fix code style
Diffstat (limited to 'src/gui/widgets/scrollarea.h')
-rw-r--r-- | src/gui/widgets/scrollarea.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/scrollarea.h b/src/gui/widgets/scrollarea.h index eeb709768..649ed50ac 100644 --- a/src/gui/widgets/scrollarea.h +++ b/src/gui/widgets/scrollarea.h @@ -59,7 +59,8 @@ class ScrollArea final : public gcn::ScrollArea, * * @param content the initial content to show in the scroll area */ - explicit ScrollArea(gcn::Widget *const widget, const bool opaque = true, + explicit ScrollArea(gcn::Widget *const widget, + const bool opaque = true, const std::string &skin = ""); A_DELETE_COPY(ScrollArea) |