diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh index 580f4431..cc2aec1b 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -392,6 +392,8 @@ private: lout::misc::SimpleVector<core::style::Style*> *rowStyle; + bool colWidthsUpToDateWidthColExtremes; + inline bool childDefined(int n) { return n < children->size() && children->get(n) != NULL && |