aboutsummaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-11-21 16:10:05 +0100
committerSebastian Geerken <devnull@localhost>2013-11-21 16:10:05 +0100
commit4a1d3f2493053f97a2280a3606904b784a740475 (patch)
tree5b12e03a9d0b019f36eaac67bf67be91e78f06e5 /dw/table.hh
parent68d69bddbd6e5249b4174a6e7ba5ec91ee9cbf3e (diff)
parent4d1af64ac56cf2a7c43e602269e4e02eeb29ab13 (diff)
Merge with main repo.
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh4
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)
{