aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-16 01:30:34 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-16 01:30:34 +0100
commitb63e17fffbeacc2f12c56671a6af54eb8412e512 (patch)
tree92c3e4692c8adf38bd6b13fc1139b4bd55703288
parente810fe678a5615e3a4bfa16543bfdbdad78cd273 (diff)
downloadqpdf-b63e17fffbeacc2f12c56671a6af54eb8412e512.tar.zst
Fix lgtm warning
-rw-r--r--include/qpdf/PDFVersion.hh2
1 files changed, 2 insertions, 0 deletions
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;