Commit b63e17fffbeacc2f12c56671a6af54eb8412e512

Authored by Jay Berkenbilt
1 parent e810fe67

Fix lgtm warning

Showing 1 changed file with 2 additions and 0 deletions
include/qpdf/PDFVersion.hh
@@ -41,6 +41,8 @@ class PDFVersion @@ -41,6 +41,8 @@ class PDFVersion
41 QPDF_DLL 41 QPDF_DLL
42 PDFVersion(PDFVersion const&) = default; 42 PDFVersion(PDFVersion const&) = default;
43 QPDF_DLL 43 QPDF_DLL
  44 + PDFVersion& operator=(PDFVersion const&) = default;
  45 + QPDF_DLL
44 PDFVersion(int major, int minor, int extension = 0); 46 PDFVersion(int major, int minor, int extension = 0);
45 QPDF_DLL 47 QPDF_DLL
46 bool operator<(PDFVersion const& rhs) const; 48 bool operator<(PDFVersion const& rhs) const;