aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Unresolved.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Unresolved.cc')
-rw-r--r--libqpdf/QPDF_Unresolved.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/QPDF_Unresolved.cc b/libqpdf/QPDF_Unresolved.cc
index f348ec36..b51075f7 100644
--- a/libqpdf/QPDF_Unresolved.cc
+++ b/libqpdf/QPDF_Unresolved.cc
@@ -18,7 +18,7 @@ std::string
QPDF_Unresolved::unparse()
{
throw std::logic_error(
- "attempted to unparse an unresolveded QPDFObjectHandle");
+ "attempted to unparse an unresolved QPDFObjectHandle");
return "";
}
@@ -28,10 +28,10 @@ QPDF_Unresolved::getJSON(int json_version)
return JSON::makeNull();
}
-QPDFObject::object_type_e
+qpdf_object_type_e
QPDF_Unresolved::getTypeCode() const
{
- return QPDFObject::ot_unresolved;
+ return ::ot_unresolved;
}
char const*