aboutsummaryrefslogtreecommitdiff
path: root/dw/listitem.hh
diff options
context:
space:
mode:
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 31b5cd27..2e303d5d 100644
--- a/dw/listitem.hh
+++ b/dw/listitem.hh
@@ -15,7 +15,7 @@ protected:
public:
static int CLASS_ID;
- ListItem(ListItem *ref, bool limitTextWidth, int penaltyHyphen);
+ ListItem(ListItem *ref, bool limitTextWidth);
~ListItem();
void initWithWidget (core::Widget *widget, core::style::Style *style);