diff options
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r-- | dw/tablecell.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh index 2e26c8e8..95c2e78e 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -7,6 +7,8 @@ namespace dw { namespace tablecell { +inline bool mustBeWidenedToAvailWidth () { return true; } + bool getAdjustMinWidth (); bool isBlockLevel (); |