aboutsummaryrefslogtreecommitdiffstats
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.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/qpdf/QPDF_Bool.hh b/libqpdf/qpdf/QPDF_Bool.hh
index 3e45cd8e..33704176 100644
--- a/libqpdf/qpdf/QPDF_Bool.hh
+++ b/libqpdf/qpdf/QPDF_Bool.hh
@@ -7,8 +7,8 @@ class QPDF_Bool: public QPDFValue
{
public:
virtual ~QPDF_Bool() = default;
- static std::shared_ptr<QPDFObject> create(bool val);
- virtual std::shared_ptr<QPDFObject> shallowCopy();
+ static std::shared_ptr<QPDFValueProxy> create(bool val);
+ virtual std::shared_ptr<QPDFValueProxy> shallowCopy();
virtual std::string unparse();
virtual JSON getJSON(int json_version);
bool getVal() const;