aboutsummaryrefslogtreecommitdiff
path: root/dw/tablecell.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r--dw/tablecell.hh2
1 files changed, 1 insertions, 1 deletions
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);