diff options
Diffstat (limited to 'dw/listitem.cc')
-rw-r--r-- | dw/listitem.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/listitem.cc b/dw/listitem.cc index 8bd2a93a..4d6794d8 100644 --- a/dw/listitem.cc +++ b/dw/listitem.cc @@ -40,7 +40,7 @@ ListItem::~ListItem() DBG_OBJ_DELETE (); } -bool ListItem::mustBeWidenedToAvailWidth () +bool ListItem::usesMaxGeneratorWidth () { return true; } |