diff options
Diffstat (limited to 'dw/listitem.hh')
-rw-r--r-- | dw/listitem.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/listitem.hh b/dw/listitem.hh index 2e303d5d..31b5cd27 100644 --- a/dw/listitem.hh +++ b/dw/listitem.hh @@ -15,7 +15,7 @@ protected: public: static int CLASS_ID; - ListItem(ListItem *ref, bool limitTextWidth); + ListItem(ListItem *ref, bool limitTextWidth, int penaltyHyphen); ~ListItem(); void initWithWidget (core::Widget *widget, core::style::Style *style); |