diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index bcf31d67..8809b5c2 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -598,7 +598,7 @@ protected: void wrapWordInFlow (int wordIndex, bool wrapAll); void checkPossibleLighHeightChange (int wordIndex); void wrapWordOofRef (int wordIndex, bool wrapAll); - void updateBorders (int wordIndex); + void updateBorders (int wordIndex, bool left, bool right); int searchMinBap (int firstWord, int lastWordm, int penaltyIndex, bool correctAtEnd); int considerHyphenation (int firstIndex, int breakPos); |