aboutsummaryrefslogtreecommitdiff
path: root/dw/tablecell.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
committerSebastian Geerken <devnull@localhost>2012-11-08 14:54:19 +0100
commit9c77c6d76e25394517d371e070d13b54ab7858d8 (patch)
tree6dfe12eb0f5722e5f5c424f1ed0396b516ce4de1 /dw/tablecell.cc
parent2f9834507ff751f177c6fa218cc5849107a61aa8 (diff)
Making hyphen penalties configurable.
Diffstat (limited to 'dw/tablecell.cc')
-rw-r--r--dw/tablecell.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/tablecell.cc b/dw/tablecell.cc
index 90dc310d..79bc77d2 100644
--- a/dw/tablecell.cc
+++ b/dw/tablecell.cc
@@ -26,8 +26,8 @@ namespace dw {
int TableCell::CLASS_ID = -1;
-TableCell::TableCell (TableCell *ref, bool limitTextWidth):
- AlignedTextblock (limitTextWidth)
+TableCell::TableCell (TableCell *ref, bool limitTextWidth, int penaltyHyphen):
+ AlignedTextblock (limitTextWidth, penaltyHyphen)
{
registerName ("dw::TableCell", &CLASS_ID);