diff options
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r-- | dw/simpletablecell.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh index a452add9..45a6d31f 100644 --- a/dw/simpletablecell.hh +++ b/dw/simpletablecell.hh @@ -7,6 +7,9 @@ namespace dw { class SimpleTableCell: public Textblock { +protected: + bool getAdjustMinWidth (); + public: static int CLASS_ID; |