Commit f26327a313a2d29fe79c36cc52f40a5159e60734
1 parent
4d0ccbe4
Rename `FormField.hh` to `AcroForm.hh` and update include references across file…
…s for consistency with refactored AcroForm structure.
Showing
3 changed files
with
5 additions
and
5 deletions
libqpdf/QPDFAcroFormDocumentHelper.cc
libqpdf/QPDFFormFieldObjectHelper.cc
libqpdf/qpdf/FormField.hh renamed to libqpdf/qpdf/AcroForm.hh
| 1 | -#ifndef FORMFIELD_HH | |
| 2 | -#define FORMFIELD_HH | |
| 1 | +#ifndef ACRO_FORM_HH | |
| 2 | +#define ACRO_FORM_HH | |
| 3 | 3 | |
| 4 | 4 | #include <qpdf/QPDFObjectHandle_private.hh> |
| 5 | 5 | #include <qpdf/QPDFObjectHelper.hh> |
| ... | ... | @@ -422,4 +422,4 @@ namespace qpdf::impl |
| 422 | 422 | }; // class FormNode |
| 423 | 423 | } // namespace qpdf::impl |
| 424 | 424 | |
| 425 | -#endif // FORMFIELD_HH | |
| 425 | +#endif // ACRO_FORM_HH | ... | ... |