table: Add pool parameter to area_style_copy(), font_style_copy().
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 26 Dec 2019 00:41:22 +0000 (00:41 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Dec 2019 05:28:10 +0000 (05:28 +0000)
commit086c00aa4c7e11ef10cdb20a3afc2ba9caa464ec
tree4d4db352fd653cff77b88a87153f1bc54feb37e5
parent464a7a97da808da1d8a608e9254dfaad30c9de72
table: Add pool parameter to area_style_copy(), font_style_copy().

This was inconsistent since the clone functions took them but the
copy functions didn't.
src/output/pivot-table.c
src/output/table.c
src/output/table.h