diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 3120b59e..2346f22d 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -831,7 +831,8 @@ protected: void sizeAllocateImpl (core::Allocation *allocation); - void calcExtraSpaceImpl (bool vertical); + void calcExtraSpaceImpl (bool vertical, int numPos, Widget **references, + int *x, int *y); int getAvailWidthOfChild (core::Widget *child, bool forceValue); int getAvailHeightOfChild (core::Widget *child, bool forceValue); |