2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-02 22:50:20 +00:00

Fix lgtm warning

This commit is contained in:
Jay Berkenbilt 2022-02-15 19:30:34 -05:00
parent e810fe678a
commit b63e17fffb

View File

@ -41,6 +41,8 @@ class PDFVersion
QPDF_DLL
PDFVersion(PDFVersion const&) = default;
QPDF_DLL
PDFVersion& operator=(PDFVersion const&) = default;
QPDF_DLL
PDFVersion(int major, int minor, int extension = 0);
QPDF_DLL
bool operator<(PDFVersion const& rhs) const;