diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-30 23:00:24 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-30 23:00:24 +0200 |
commit | 8e3d7ef937a06cfc6bca7a6c96b3f8302ca14278 (patch) | |
tree | 64182ada9d04fdca6caad0ea0dfc97386a21a031 /dw/textblock.hh | |
parent | d5500ed25bcb5140ec285bbd87dc1c04638e93ba (diff) |
GROWS: 'forceValue' removed; getAvail* and friends must now return a value.
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 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, |