diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index 381785c8..66fd4a5a 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -330,12 +330,8 @@ class QPDFObjectHandle QPDF_DLL QPDFObjectHandle(QPDFObjectHandle const&) = default; QPDF_DLL - QPDFObjectHandle(QPDFObjectHandle&&) = default; - QPDF_DLL QPDFObjectHandle& operator=(QPDFObjectHandle const&) = default; QPDF_DLL - QPDFObjectHandle& operator=(QPDFObjectHandle&&) = default; - QPDF_DLL inline bool isInitialized() const; // This method returns true if the QPDFObjectHandle objects point