aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFValue.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-08 17:12:10 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-08 17:19:49 +0200
commit25ccc7eae4b78e90d0fe6400abeba22ca4cd648e (patch)
tree06f0803cfd229f80ab793b4cca6f647f26d2641b /libqpdf/QPDFValue.cc
parentc7a4967d10fb9688f235baa8e57a1fb578f5387d (diff)
downloadqpdf-25ccc7eae4b78e90d0fe6400abeba22ca4cd648e.tar.zst
Rename QPDFValueProxy.hh and QPDFValueProxy.cc
Preparing to change the class name back to QPDFObject
Diffstat (limited to 'libqpdf/QPDFValue.cc')
-rw-r--r--libqpdf/QPDFValue.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFValue.cc b/libqpdf/QPDFValue.cc
index 957cc350..99fd77d7 100644
--- a/libqpdf/QPDFValue.cc
+++ b/libqpdf/QPDFValue.cc
@@ -1,6 +1,6 @@
#include <qpdf/QPDFValue.hh>
-#include <qpdf/QPDFValueProxy.hh>
+#include <qpdf/QPDFObject_private.hh>
std::shared_ptr<QPDFValueProxy>
QPDFValue::do_create(QPDFValue* object)