aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Integer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Integer.cc')
-rw-r--r--libqpdf/QPDF_Integer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_Integer.cc b/libqpdf/QPDF_Integer.cc
index e8d23e4a..68f97420 100644
--- a/libqpdf/QPDF_Integer.cc
+++ b/libqpdf/QPDF_Integer.cc
@@ -31,10 +31,10 @@ QPDF_Integer::getJSON(int json_version)
return JSON::makeInt(this->val);
}
-QPDFObject::object_type_e
+qpdf_object_type_e
QPDF_Integer::getTypeCode() const
{
- return QPDFObject::ot_integer;
+ return ::ot_integer;
}
char const*