From a76decd2d59f8d23791013d822e65b4363d450cd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 21 Feb 2021 16:09:16 -0500 Subject: Add QPDFObjGen::unparse --- include/qpdf/QPDFObjGen.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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&); -- cgit v1.2.3-54-g00ecf