Commit b63e17fffbeacc2f12c56671a6af54eb8412e512
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 | 41 | QPDF_DLL |
| 42 | 42 | PDFVersion(PDFVersion const&) = default; |
| 43 | 43 | QPDF_DLL |
| 44 | + PDFVersion& operator=(PDFVersion const&) = default; | |
| 45 | + QPDF_DLL | |
| 44 | 46 | PDFVersion(int major, int minor, int extension = 0); |
| 45 | 47 | QPDF_DLL |
| 46 | 48 | bool operator<(PDFVersion const& rhs) const; | ... | ... |