2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-03-20 00:22:23 +00:00
qpdf/include
Jay Berkenbilt c62ab2ee9f QPDFJob: use pointers instead of references for Config
Why? The main methods that create them return smart pointers so that
users can initialize them when needed, which you can't do with
references. Returning pointers instead of references makes for a more
uniform interface.
2022-01-30 13:11:03 -05:00
..