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:
parent
e810fe678a
commit
b63e17fffb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user