summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layout.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-10 22:03:57 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-10 22:03:57 +0000
commitf97ddedaa9672c78147fc13282bd14a5be46eb19 (patch)
treeb433e4f9fe285ab6b48fb0e98a8c010e8a9b73e2 /src/gui/widgets/layout.h
parent720f716ba8d98a85266b8e81a534737c6fcdcf5f (diff)
downloadmana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.gz
mana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.bz2
mana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.tar.xz
mana-client-f97ddedaa9672c78147fc13282bd14a5be46eb19.zip
Fixed some compiler warnings and don't try to load particle effects when no
file is set.
Diffstat (limited to 'src/gui/widgets/layout.h')
-rw-r--r--src/gui/widgets/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h
index 2d81ad81..5914b5c1 100644
--- a/src/gui/widgets/layout.h
+++ b/src/gui/widgets/layout.h
@@ -311,7 +311,7 @@ class Layout: public LayoutCell
{
AUTO_DEF = -42, /**< Default value, behaves like AUTO_ADD. */
AUTO_SET = -43, /**< Uses the share as the new size. */
- AUTO_ADD = -44, /**< Adds the share to the current size. */
+ AUTO_ADD = -44 /**< Adds the share to the current size. */
};
private: