aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QIntC.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QIntC.hh')
-rw-r--r--include/qpdf/QIntC.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh
index e3ea0a28..5df26406 100644
--- a/include/qpdf/QIntC.hh
+++ b/include/qpdf/QIntC.hh
@@ -206,7 +206,7 @@ namespace QIntC // QIntC = qpdf Integer Conversion
}
template <typename T>
- unsigned long to_ulong(T const& i)
+ unsigned long to_ulong(T const& i)
{
return IntConverter<T, unsigned long >::convert(i);
}