diff options
author | Sebastian Geerken <devnull@localhost> | 2012-11-14 14:04:25 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-11-14 14:04:25 +0100 |
commit | 53e9245bcbaea2b7b4485369aa2289f1d102f26c (patch) | |
tree | 686a6e3125fca5c7889d2010633d697704bf33c9 /dw/listitem.cc | |
parent | 7a991750e1f7bdfe6bd39f95343cc742d00c6596 (diff) |
Cleaned up preferences.
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); |