aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index cda257f1..292397d4 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1466,7 +1466,7 @@ class QPDFObjectHandle
{
if (!o.dereference()) {
throw std::logic_error("attempted to dereference an"
- " uninitialized QPDFObjectHandle");
+ " uninitialized QPDFObjectHandle");
};
return o.obj;
}