aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Integer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Integer.cc')
-rw-r--r--libqpdf/QPDF_Integer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_Integer.cc b/libqpdf/QPDF_Integer.cc
index 24812573..2bcdfef1 100644
--- a/libqpdf/QPDF_Integer.cc
+++ b/libqpdf/QPDF_Integer.cc
@@ -23,7 +23,7 @@ QPDF_Integer::shallowCopy()
std::string
QPDF_Integer::unparse()
{
- return QUtil::int_to_string(this->val);
+ return std::to_string(this->val);
}
JSON