aboutsummaryrefslogtreecommitdiff
path: root/dw/alignedtextblock.hh
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/alignedtextblock.hh
parent2f9834507ff751f177c6fa218cc5849107a61aa8 (diff)
Making hyphen penalties configurable.
Diffstat (limited to 'dw/alignedtextblock.hh')
-rw-r--r--dw/alignedtextblock.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/alignedtextblock.hh b/dw/alignedtextblock.hh
index 7bac15bb..084bfcb3 100644
--- a/dw/alignedtextblock.hh
+++ b/dw/alignedtextblock.hh
@@ -42,7 +42,7 @@ private:
int listPos;
protected:
- AlignedTextblock(bool limitTextWidth);
+ AlignedTextblock(bool limitTextWidth, int penaltyHyphen);
virtual int getValue () = 0;
virtual void setMaxValue (int maxValue, int value) = 0;