summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Bool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/QPDF_Bool.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Bool.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/QPDF_Bool.hh b/libqpdf/qpdf/QPDF_Bool.hh
index dbedc70a..2de585cb 100644
--- a/libqpdf/qpdf/QPDF_Bool.hh
+++ b/libqpdf/qpdf/QPDF_Bool.hh
@@ -1,9 +1,9 @@
#ifndef QPDF_BOOL_HH
#define QPDF_BOOL_HH
-#include <qpdf/QPDFObject.hh>
+#include <qpdf/QPDFValue.hh>
-class QPDF_Bool: public QPDFObject
+class QPDF_Bool: public QPDFValue
{
public:
virtual ~QPDF_Bool() = default;
@@ -11,7 +11,7 @@ class QPDF_Bool: 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;
bool getVal() const;