summaryrefslogtreecommitdiff
path: root/dw/alignedtextblock.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2012-11-14 14:04:25 +0100
committerSebastian Geerken <devnull@localhost>2012-11-14 14:04:25 +0100
commit53e9245bcbaea2b7b4485369aa2289f1d102f26c (patch)
tree686a6e3125fca5c7889d2010633d697704bf33c9 /dw/alignedtextblock.cc
parent7a991750e1f7bdfe6bd39f95343cc742d00c6596 (diff)
Cleaned up preferences.
Diffstat (limited to 'dw/alignedtextblock.cc')
-rw-r--r--dw/alignedtextblock.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/alignedtextblock.cc b/dw/alignedtextblock.cc
index 934c43ec..dde408b2 100644
--- a/dw/alignedtextblock.cc
+++ b/dw/alignedtextblock.cc
@@ -59,8 +59,8 @@ void AlignedTextblock::List::unref(int pos)
int AlignedTextblock::CLASS_ID = -1;
-AlignedTextblock::AlignedTextblock (bool limitTextWidth, int penaltyHyphen):
- Textblock (limitTextWidth, penaltyHyphen)
+AlignedTextblock::AlignedTextblock (bool limitTextWidth):
+ Textblock (limitTextWidth)
{
registerName ("dw::AlignedTextblock", &CLASS_ID);
}