diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-29 18:17:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-29 18:17:21 +0300 |
commit | 9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71 (patch) | |
tree | f7d02f22a9d182aa77e745857033f57f0394a7d2 /src/gui/widgets/vertcontainer.h | |
parent | c16e6af9d3b0390dbc3947d3376f4ca4ae1f5fc5 (diff) | |
download | plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.tar.gz plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.tar.bz2 plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.tar.xz plus-9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/vertcontainer.h')
-rw-r--r-- | src/gui/widgets/vertcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/vertcontainer.h b/src/gui/widgets/vertcontainer.h index 9460c837e..b4e43d31d 100644 --- a/src/gui/widgets/vertcontainer.h +++ b/src/gui/widgets/vertcontainer.h @@ -40,7 +40,7 @@ class VertContainer : public Container, public gcn::WidgetListener int leftSpacing = 0); virtual void add2(gcn::Widget *widget, bool resizable, - int spacing = -1); + int spacing = -1); virtual void add1(gcn::Widget *widget, int spacing = -1); |