aboutsummaryrefslogtreecommitdiff
path: root/dw/listitem.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
committerSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
commit9c77c6d76e25394517d371e070d13b54ab7858d8 (patch)
tree6dfe12eb0f5722e5f5c424f1ed0396b516ce4de1 /dw/listitem.hh
parent2f9834507ff751f177c6fa218cc5849107a61aa8 (diff)
Making hyphen penalties configurable.
Diffstat (limited to 'dw/listitem.hh')
-rw-r--r--dw/listitem.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/listitem.hh b/dw/listitem.hh
index 2e303d5d..31b5cd27 100644
--- a/dw/listitem.hh
+++ b/dw/listitem.hh
@@ -15,7 +15,7 @@ protected:
public:
static int CLASS_ID;
- ListItem(ListItem *ref, bool limitTextWidth);
+ ListItem(ListItem *ref, bool limitTextWidth, int penaltyHyphen);
~ListItem();
void initWithWidget (core::Widget *widget, core::style::Style *style);