diff options
Diffstat (limited to 'dw/listitem.cc')
-rw-r--r-- | dw/listitem.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/listitem.cc b/dw/listitem.cc index 54901e1a..ed7a2c75 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, int penaltyHyphen): - AlignedTextblock (limitTextWidth, penaltyHyphen) +ListItem::ListItem (ListItem *ref, bool limitTextWidth): + AlignedTextblock (limitTextWidth) { registerName ("dw::ListItem", &CLASS_ID); setRefTextblock (ref); |