summaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-29 19:43:10 +0200
committerSebastian Geerken <devnull@localhost>2014-06-29 19:43:10 +0200
commit6e5e014abae063bd2f67323a0f001d41c8f1b424 (patch)
tree2135f5084dd224f6cdf13d35dee3bdb5c5ee9ea6 /dw/table.hh
parent60c5aa4e4843de237f9102a385efaa81b61c7ea0 (diff)
Tables: reorganisation, part 3 (finish for now).
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh
index ca6f8be4..186f1f50 100644
--- a/dw/table.hh
+++ b/dw/table.hh
@@ -423,7 +423,7 @@ private:
core::Extremes *cellExtremes,
ExtrMod minExtrMod, ExtrMod maxExtrMod);
- void apportion2 (int width, int firstCol, int lastCol,
+ void apportion2 (int totalWidth, int firstCol, int lastCol,
ExtrMod minExtrMod, ExtrMod maxExtrMod,
lout::misc::SimpleVector<int> *dest, int destOffset);