aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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&);