diff options
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index c21b7a09..39cfee73 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -877,7 +877,8 @@ void Table::apportion2 (int totalWidth, int forceTotalWidth) int curNewWidth = minAutoWidth; for (int col = 0; col < numCols; col++) { _MSG("app2, col %d, minWidth=%d maxWidth=%d\n", - col,extremes->get(col).minWidth, colExtremes->get(col).maxWidth); + col, colExtremes->getRef(col)->minWidth, + colExtremes->get(col).maxWidth); if (colPercents->get(col) != LEN_AUTO) continue; |