aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Null.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-08 17:29:23 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-08 17:29:23 +0200
commit18a583e8d9c509039046330a64925fdc733bb277 (patch)
treebdc51202f6d6f8050db9dab4b91d73c626c4b459 /libqpdf/QPDF_Null.cc
parent25ccc7eae4b78e90d0fe6400abeba22ca4cd648e (diff)
downloadqpdf-18a583e8d9c509039046330a64925fdc733bb277.tar.zst
Rename QPDFValueProxy back to QPDFObject
QPDFValueProxy wasn't a good name for it. We decided the evil of having the header file be named QPDFObject_private.hh was less than the evil of having the class be named something other than what it should have been named.
Diffstat (limited to 'libqpdf/QPDF_Null.cc')
-rw-r--r--libqpdf/QPDF_Null.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_Null.cc b/libqpdf/QPDF_Null.cc
index 0b824828..f60dda1f 100644
--- a/libqpdf/QPDF_Null.cc
+++ b/libqpdf/QPDF_Null.cc
@@ -5,13 +5,13 @@ QPDF_Null::QPDF_Null() :
{
}
-std::shared_ptr<QPDFValueProxy>
+std::shared_ptr<QPDFObject>
QPDF_Null::create()
{
return do_create(new QPDF_Null());
}
-std::shared_ptr<QPDFValueProxy>
+std::shared_ptr<QPDFObject>
QPDF_Null::shallowCopy()
{
return create();