aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFExc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFExc.cc')
-rw-r--r--libqpdf/QPDFExc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFExc.cc b/libqpdf/QPDFExc.cc
index 6c270c82..6f1ef1a0 100644
--- a/libqpdf/QPDFExc.cc
+++ b/libqpdf/QPDFExc.cc
@@ -39,7 +39,7 @@ QPDFExc::createWhat(
}
}
if (offset > 0) {
- result += "offset " + QUtil::int_to_string(offset);
+ result += "offset " + std::to_string(offset);
}
if (!filename.empty()) {
result += ")";