diff options
Diffstat (limited to 'test/dw_table_aligned.cc')
-rw-r--r-- | test/dw_table_aligned.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_table_aligned.cc b/test/dw_table_aligned.cc index 927c397e..022e7026 100644 --- a/test/dw_table_aligned.cc +++ b/test/dw_table_aligned.cc @@ -90,7 +90,7 @@ int main(int argc, char **argv) TableCell *ref = NULL; for(int i = 0; i < 10; i++) { //for(int i = 0; i < 1; i++) { - TableCell *cell = new TableCell (ref, false, 100); + TableCell *cell = new TableCell (ref, false); cell->setStyle (cellStyle); ref = cell; table->addRow (wordStyle); |