aboutsummaryrefslogtreecommitdiff
path: root/dw/listitem.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-11-14 14:04:25 +0100
committerSebastian Geerken <devnull@localhost>2012-11-14 14:04:25 +0100
commit53e9245bcbaea2b7b4485369aa2289f1d102f26c (patch)
tree686a6e3125fca5c7889d2010633d697704bf33c9 /dw/listitem.cc
parent7a991750e1f7bdfe6bd39f95343cc742d00c6596 (diff)
Cleaned up preferences.
Diffstat (limited to 'dw/listitem.cc')
-rw-r--r--dw/listitem.cc4
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);