From b63e17fffbeacc2f12c56671a6af54eb8412e512 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 15 Feb 2022 19:30:34 -0500 Subject: [PATCH] Fix lgtm warning --- include/qpdf/PDFVersion.hh | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/include/qpdf/PDFVersion.hh b/include/qpdf/PDFVersion.hh index 2ce231f..874e8f5 100644 --- a/include/qpdf/PDFVersion.hh +++ b/include/qpdf/PDFVersion.hh @@ -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; -- libgit2 0.21.4