aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/PDFVersion.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-08 17:07:37 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-08 18:34:14 +0100
commitcfd5147d922ee4e29e10f116dfca79325398a6db (patch)
treedc2742d54e9fdec9bc170ba677be0e8861f63766 /include/qpdf/PDFVersion.hh
parent8082af09bea1132cecc2d148eeb23bc05e66f6b2 (diff)
downloadqpdf-cfd5147d922ee4e29e10f116dfca79325398a6db.tar.zst
Add QPDF::getVersionAsPDFVersion
Diffstat (limited to 'include/qpdf/PDFVersion.hh')
-rw-r--r--include/qpdf/PDFVersion.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/PDFVersion.hh b/include/qpdf/PDFVersion.hh
index 3a8274ea..2ce231f5 100644
--- a/include/qpdf/PDFVersion.hh
+++ b/include/qpdf/PDFVersion.hh
@@ -65,9 +65,9 @@ class PDFVersion
int getExtensionLevel() const;
private:
- int major;
- int minor;
- int extension;
+ int major_version;
+ int minor_version;
+ int extension_level;
};
#endif // PDFVERSION_HH