summaryrefslogtreecommitdiffstats
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.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/libqpdf/qpdf/QPDF_String.hh b/libqpdf/qpdf/QPDF_String.hh
index fc11d3ba..b6d77637 100644
--- a/libqpdf/qpdf/QPDF_String.hh
+++ b/libqpdf/qpdf/QPDF_String.hh
@@ -12,7 +12,8 @@ class QPDF_String: public QPDFObject
public:
virtual ~QPDF_String() = default;
static std::shared_ptr<QPDFObject> create(std::string const& val);
- static std::shared_ptr<QPDFObject> create_utf16(std::string const& utf8_val);
+ static std::shared_ptr<QPDFObject>
+ create_utf16(std::string const& utf8_val);
virtual std::shared_ptr<QPDFObject> shallowCopy();
virtual std::string unparse();
virtual QPDFObject::object_type_e getTypeCode() const;