diff options
author | Sebastian Geerken <devnull@localhost> | 2012-12-07 19:30:51 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-12-07 19:30:51 +0100 |
commit | 93e2f307007acc8be297301e60796b21ee36e932 (patch) | |
tree | abdab150ae3f7916cfae7390b5b337643e305f82 /dw/textblock.hh | |
parent | c7125350909809169ee5e1f6d23fb4211167295b (diff) |
UNBREAKABLE_FOR_MIN_WIDTH is used now.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index f3f619f1..5fea8ffc 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -348,6 +348,7 @@ protected: }; void printWordShort (Word *word); + void printWordWithFlags (Word *word); void printWord (Word *word); struct Anchor |