From 9c77c6d76e25394517d371e070d13b54ab7858d8 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Thu, 8 Nov 2012 14:54:19 +0100 Subject: Making hyphen penalties configurable. --- dw/listitem.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dw/listitem.cc') diff --git a/dw/listitem.cc b/dw/listitem.cc index ed7a2c75..54901e1a 100644 --- a/dw/listitem.cc +++ b/dw/listitem.cc @@ -26,8 +26,8 @@ namespace dw { int ListItem::CLASS_ID = -1; -ListItem::ListItem (ListItem *ref, bool limitTextWidth): - AlignedTextblock (limitTextWidth) +ListItem::ListItem (ListItem *ref, bool limitTextWidth, int penaltyHyphen): + AlignedTextblock (limitTextWidth, penaltyHyphen) { registerName ("dw::ListItem", &CLASS_ID); setRefTextblock (ref); -- cgit v1.2.3