aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Unresolved.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/QPDF_Unresolved.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Unresolved.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/QPDF_Unresolved.hh b/libqpdf/qpdf/QPDF_Unresolved.hh
index 4f1c5238..c17748b5 100644
--- a/libqpdf/qpdf/QPDF_Unresolved.hh
+++ b/libqpdf/qpdf/QPDF_Unresolved.hh
@@ -1,9 +1,9 @@
#ifndef QPDF_UNRESOLVED_HH
#define QPDF_UNRESOLVED_HH
-#include <qpdf/QPDFObject.hh>
+#include <qpdf/QPDFValue.hh>
-class QPDF_Unresolved: public QPDFObject
+class QPDF_Unresolved: public QPDFValue
{
public:
virtual ~QPDF_Unresolved() = default;
@@ -11,7 +11,7 @@ class QPDF_Unresolved: public QPDFObject
virtual std::shared_ptr<QPDFObject> shallowCopy();
virtual std::string unparse();
virtual JSON getJSON(int json_version);
- virtual QPDFObject::object_type_e getTypeCode() const;
+ virtual qpdf_object_type_e getTypeCode() const;
virtual char const* getTypeName() const;
private: