diff options
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r-- | dw/tablecell.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh index 4bb8633c..11003544 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -20,7 +20,7 @@ protected: public: static int CLASS_ID; - TableCell(TableCell *ref, bool limitTextWidth); + TableCell(TableCell *ref, bool limitTextWidth, int penaltyHyphen); ~TableCell(); }; |