diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index caa66efe..847327c9 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -426,7 +426,7 @@ protected: void sizeAllocateImpl (core::Allocation *allocation); void resizeDrawImpl (); - int getAvailWidthOfChild (Widget *child); + int getAvailWidthOfChild (Widget *child, bool forceValue); bool isBlockLevel (); |