2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-01 03:18:25 +00:00
Jay Berkenbilt d866f48081 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.
2021-12-20 14:51:45 -05:00
..
2020-10-23 06:39:42 -04:00
2008-04-29 12:55:25 +00:00
2019-10-22 16:16:16 -04:00