aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-12-04 15:36:34 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-12-04 20:05:16 +0100
commit008364a9a4b1bd58c964151c7dc1db0a83c9b70c (patch)
treeea2f7ec287dd9861f6350aff4c75257d3003f435 /include/qpdf/QPDFObjectHandle.hh
parentff42ea4e6cb8b03badf31993fcb4d9f57bb2ad1e (diff)
downloadqpdf-008364a9a4b1bd58c964151c7dc1db0a83c9b70c.tar.zst
Remove redundant friend class statements
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index bf0da746..cfd19ea9 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1504,7 +1504,6 @@ class QPDFObjectHandle
return QPDFObjectHandle(obj);
}
};
- friend class Factory;
// Accessor for raw underlying object -- only QPDF is allowed to
// call this.
@@ -1533,7 +1532,6 @@ class QPDFObjectHandle
return oh.asStream();
}
};
- friend class ObjAccessor;
// Provide access to specific classes for recursive
// disconnected().
@@ -1550,7 +1548,6 @@ class QPDFObjectHandle
o.disconnect();
}
};
- friend class Resetter;
// Convenience routine: Throws if the assumption is violated. Your
// code will be better if you call one of the isType methods and