From 5ca902c4e37684563a8b2c2efee25370195061b6 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sun, 11 May 2014 13:06:33 +0200 Subject: Textblock::wordWrap returns not just true/false, but the exact difference. --- dw/tablecell.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/tablecell.hh') diff --git a/dw/tablecell.hh b/dw/tablecell.hh index f7c6042e..1e13abf9 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -12,7 +12,7 @@ private: int charWordIndex, charWordPos; protected: - bool wordWrap (int wordIndex, bool wrapAll); + int wordWrap (int wordIndex, bool wrapAll); int getValue (); void setMaxValue (int maxValue, int value); -- cgit v1.2.3