diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dw/table.hh b/dw/table.hh index 4a14cfb6..6966a163 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -393,11 +393,9 @@ private: /** * hasColPercent becomes true when any cell specifies a percentage width. - * A negative value in colPercents means LEN_AUTO or LEN_ABS. */ - enum { LEN_AUTO = -1, LEN_ABS = -2}; int hasColPercent; - lout::misc::SimpleVector<float> *colPercents; + lout::misc::SimpleVector<core::style::Length> *colPercents; inline bool childDefined(int n) { |