diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
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); |