aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-20 20:41:44 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-20 20:51:45 +0100
commitd866f480813169208efba0e4f32ecde4a5b54ebc (patch)
tree593a93d99ec00e361fbbd51c1054950cfd5491f5 /README.md
parentcf7b2b5700de735f6db6904d001db598bfb947af (diff)
downloadqpdf-d866f480813169208efba0e4f32ecde4a5b54ebc.tar.zst
Change names of qpdf_object_type_e enumerations
They have to be ot_* rather than qpdf_ot_* for compatibility. * Different enumerated types are not assignment-compatible in C++, at least with strict compiler settings * While you can do `constexpr ot_xyz = ::qpdf_ot_xyz` in QPDFObject.hh to make QPDFObject::ot_xyz work, QPDFObject::object_type_e::ot_xyz will only work if the enumerated type names are the same.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions