From b63e17fffbeacc2f12c56671a6af54eb8412e512 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 15 Feb 2022 19:30:34 -0500 Subject: Fix lgtm warning --- include/qpdf/PDFVersion.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/qpdf/PDFVersion.hh b/include/qpdf/PDFVersion.hh index 2ce231f5..874e8f55 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; -- cgit v1.2.3-54-g00ecf