summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFObjectHandle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFObjectHandle.cc')
-rw-r--r--libqpdf/QPDFObjectHandle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index 62739675..b3f21a27 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -1552,7 +1552,7 @@ QPDFObjectHandle::getObjGen() const
std::string
QPDFObjectHandle::getObjGenAsStr() const
{
- return QUtil::int_to_string(this->objid) + " " +
+ return QUtil::int_to_string(this->objid) + " " +
QUtil::int_to_string(this->generation);
}