mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-04 23:55:22 +00:00
Fix lgtm warning
This commit is contained in:
parent
e810fe678a
commit
b63e17fffb
@ -41,6 +41,8 @@ class PDFVersion
|
|||||||
QPDF_DLL
|
QPDF_DLL
|
||||||
PDFVersion(PDFVersion const&) = default;
|
PDFVersion(PDFVersion const&) = default;
|
||||||
QPDF_DLL
|
QPDF_DLL
|
||||||
|
PDFVersion& operator=(PDFVersion const&) = default;
|
||||||
|
QPDF_DLL
|
||||||
PDFVersion(int major, int minor, int extension = 0);
|
PDFVersion(int major, int minor, int extension = 0);
|
||||||
QPDF_DLL
|
QPDF_DLL
|
||||||
bool operator<(PDFVersion const& rhs) const;
|
bool operator<(PDFVersion const& rhs) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user