aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-30 23:00:24 +0200
committerSebastian Geerken <devnull@localhost>2014-05-30 23:00:24 +0200
commit8e3d7ef937a06cfc6bca7a6c96b3f8302ca14278 (patch)
tree64182ada9d04fdca6caad0ea0dfc97386a21a031 /dw/textblock.hh
parentd5500ed25bcb5140ec285bbd87dc1c04638e93ba (diff)
GROWS: 'forceValue' removed; getAvail* and friends must now return a value.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index dfedeeef..7426c4c5 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -749,7 +749,7 @@ protected:
void markSizeChange (int ref);
void markExtremesChange (int ref);
- int getAvailWidthOfChild (Widget *child, bool forceValue);
+ int getAvailWidthOfChild (Widget *child);
int getAvailHeightOfChild (Widget *child);
void correctRequisitionOfChild (Widget *child,
core::Requisition *requisition,