summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layout.h
diff options
context:
space:
mode:
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: