diff options
author | Sebastian Geerken <devnull@localhost> | 2013-11-21 16:10:05 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-11-21 16:10:05 +0100 |
commit | 4a1d3f2493053f97a2280a3606904b784a740475 (patch) | |
tree | 5b12e03a9d0b019f36eaac67bf67be91e78f06e5 /dw/table.hh | |
parent | 68d69bddbd6e5249b4174a6e7ba5ec91ee9cbf3e (diff) | |
parent | 4d1af64ac56cf2a7c43e602269e4e02eeb29ab13 (diff) |
Merge with main repo.
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) { |