aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Dictionary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Dictionary.cc')
-rw-r--r--libqpdf/QPDF_Dictionary.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_Dictionary.cc b/libqpdf/QPDF_Dictionary.cc
index 00d9f098..bf694949 100644
--- a/libqpdf/QPDF_Dictionary.cc
+++ b/libqpdf/QPDF_Dictionary.cc
@@ -22,10 +22,10 @@ QPDF_Dictionary::shallowCopy()
}
void
-QPDF_Dictionary::reset()
+QPDF_Dictionary::disconnect()
{
for (auto& iter: this->items) {
- QPDFObjectHandle::Resetter::reset(iter.second);
+ QPDFObjectHandle::DisconnectAccess::disconnect(iter.second);
}
}