aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_InlineImage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_InlineImage.cc')
-rw-r--r--libqpdf/QPDF_InlineImage.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_InlineImage.cc b/libqpdf/QPDF_InlineImage.cc
index 76318196..a675514a 100644
--- a/libqpdf/QPDF_InlineImage.cc
+++ b/libqpdf/QPDF_InlineImage.cc
@@ -6,13 +6,13 @@ QPDF_InlineImage::QPDF_InlineImage(std::string const& val) :
{
}
-std::shared_ptr<QPDFObject>
+std::shared_ptr<QPDFValueProxy>
QPDF_InlineImage::create(std::string const& val)
{
return do_create(new QPDF_InlineImage(val));
}
-std::shared_ptr<QPDFObject>
+std::shared_ptr<QPDFValueProxy>
QPDF_InlineImage::shallowCopy()
{
return create(val);