aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFXRefEntry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFXRefEntry.cc')
-rw-r--r--libqpdf/QPDFXRefEntry.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libqpdf/QPDFXRefEntry.cc b/libqpdf/QPDFXRefEntry.cc
index 8c8ada5e..3137ab53 100644
--- a/libqpdf/QPDFXRefEntry.cc
+++ b/libqpdf/QPDFXRefEntry.cc
@@ -17,8 +17,7 @@ QPDFXRefEntry::QPDFXRefEntry(int type, qpdf_offset_t field1, int field2) :
field2(field2)
{
if ((type < 1) || (type > 2)) {
- throw std::logic_error(
- "invalid xref type " + QUtil::int_to_string(type));
+ throw std::logic_error("invalid xref type " + std::to_string(type));
}
}