aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_String.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/QPDF_String.hh')
-rw-r--r--libqpdf/qpdf/QPDF_String.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/QPDF_String.hh b/libqpdf/qpdf/QPDF_String.hh
index a92427e3..a2cf9246 100644
--- a/libqpdf/qpdf/QPDF_String.hh
+++ b/libqpdf/qpdf/QPDF_String.hh
@@ -11,10 +11,10 @@ class QPDF_String: public QPDFValue
public:
virtual ~QPDF_String() = default;
- static std::shared_ptr<QPDFObject> create(std::string const& val);
- static std::shared_ptr<QPDFObject>
+ static std::shared_ptr<QPDFValueProxy> create(std::string const& val);
+ static std::shared_ptr<QPDFValueProxy>
create_utf16(std::string const& utf8_val);
- virtual std::shared_ptr<QPDFObject> shallowCopy();
+ virtual std::shared_ptr<QPDFValueProxy> shallowCopy();
virtual std::string unparse();
std::string unparse(bool force_binary);
virtual JSON getJSON(int json_version);