aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Keyword.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Keyword.cc')
-rw-r--r--libqpdf/QPDF_Keyword.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/libqpdf/QPDF_Keyword.cc b/libqpdf/QPDF_Keyword.cc
index e2537842..f55088e2 100644
--- a/libqpdf/QPDF_Keyword.cc
+++ b/libqpdf/QPDF_Keyword.cc
@@ -17,6 +17,18 @@ QPDF_Keyword::unparse()
return this->val;
}
+QPDFObject::object_type_e
+QPDF_Keyword::getTypeCode() const
+{
+ return QPDFObject::ot_keyword;
+}
+
+char const*
+QPDF_Keyword::getTypeName() const
+{
+ return "keyword";
+}
+
std::string
QPDF_Keyword::getVal() const
{