aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Array.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Array.cc')
-rw-r--r--libqpdf/QPDF_Array.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_Array.cc b/libqpdf/QPDF_Array.cc
index 55e4d20a..ff35e9a3 100644
--- a/libqpdf/QPDF_Array.cc
+++ b/libqpdf/QPDF_Array.cc
@@ -62,10 +62,10 @@ QPDF_Array::getJSON(int json_version)
return j;
}
-QPDFObject::object_type_e
+qpdf_object_type_e
QPDF_Array::getTypeCode() const
{
- return QPDFObject::ot_array;
+ return ::ot_array;
}
char const*