mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 02:48:31 +00:00
Revert "Add default move constructor/assignment to QPDFObjectHandle"
This reverts commit 416d9668ee97c54a692d9280364746ce8aeeed43. This commit causes numerous failures in the pikepdf test suite and also causes a symbol to disappear from the public API. More investigation will be required.
This commit is contained in:
parent
6c7c76e0e4
commit
772c92227c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user