aboutsummaryrefslogtreecommitdiff
path: root/dw/simpletablecell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/simpletablecell.cc')
-rw-r--r--dw/simpletablecell.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/dw/simpletablecell.cc b/dw/simpletablecell.cc
index 083deaed..43dec92a 100644
--- a/dw/simpletablecell.cc
+++ b/dw/simpletablecell.cc
@@ -20,6 +20,7 @@
#include "simpletablecell.hh"
+#include "table.hh"
#include "../lout/debug.hh"
namespace dw {
@@ -38,6 +39,11 @@ SimpleTableCell::~SimpleTableCell()
DBG_OBJ_DELETE ();
}
+bool SimpleTableCell::getAdjustMinWidth ()
+{
+ return Table::getAdjustTableMinWidth ();
+}
+
bool SimpleTableCell::isBlockLevel ()
{
return false;