aboutsummaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-28 22:57:11 +0200
committerSebastian Geerken <devnull@localhost>2014-06-28 22:57:11 +0200
commit896bb0467bdd1abe174f3c737d65977a6968cdf4 (patch)
tree6024faf6ed036614a990875667d189c23517f1b2 /dw/table.hh
parent4ae51b1c17738e9282f610fb22704ff3f3617564 (diff)
Tables: reorganisation, part 1.
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/table.hh b/dw/table.hh
index 6282d9eb..4408e628 100644
--- a/dw/table.hh
+++ b/dw/table.hh
@@ -423,8 +423,7 @@ private:
core::Extremes *cellExtremes,
ExtrMod minExtrMod, ExtrMod maxExtrMod);
- void apportion2 (int totalWidth, bool forceTotalWidth,
- int firstCol, int lastCol,
+ void apportion2 (int width, int firstCol, int lastCol,
ExtrMod minExtrMod, ExtrMod maxExtrMod,
lout::misc::SimpleVector<int> *dest, int destOffset,
bool setRedrawX);