aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-21 22:09:16 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-21 22:21:52 +0100
commita76decd2d59f8d23791013d822e65b4363d450cd (patch)
treede50a641a3829ca749ec16e2dfb6e21579d99df6 /include
parent7540d2082a97637f334ee882e57afc986ef87116 (diff)
downloadqpdf-a76decd2d59f8d23791013d822e65b4363d450cd.tar.zst
Add QPDFObjGen::unparse
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjGen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObjGen.hh b/include/qpdf/QPDFObjGen.hh
index 892887b1..b3b46a97 100644
--- a/include/qpdf/QPDFObjGen.hh
+++ b/include/qpdf/QPDFObjGen.hh
@@ -43,6 +43,8 @@ class QPDFObjGen
int getObj() const;
QPDF_DLL
int getGen() const;
+ QPDF_DLL
+ std::string unparse() const;
QPDF_DLL
friend std::ostream& operator<<(std::ostream&, const QPDFObjGen&);