summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_null.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/parser/cpdf_null.h')
-rw-r--r--core/fpdfapi/parser/cpdf_null.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fpdfapi/parser/cpdf_null.h b/core/fpdfapi/parser/cpdf_null.h
index 4f8420f29d..b6b781b01a 100644
--- a/core/fpdfapi/parser/cpdf_null.h
+++ b/core/fpdfapi/parser/cpdf_null.h
@@ -18,6 +18,8 @@ class CPDF_Null : public CPDF_Object {
// CPDF_Object.
Type GetType() const override;
std::unique_ptr<CPDF_Object> Clone() const override;
+ bool WriteTo(CFX_FileBufferArchive* archive,
+ FX_FILESIZE* offset) const override;
};
#endif // CORE_FPDFAPI_PARSER_CPDF_NULL_H_