diff options
Diffstat (limited to 'core/fpdfapi/parser/cpdf_null.h')
-rw-r--r-- | core/fpdfapi/parser/cpdf_null.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fpdfapi/parser/cpdf_null.h b/core/fpdfapi/parser/cpdf_null.h index 92917281fb..2ec05ec82c 100644 --- a/core/fpdfapi/parser/cpdf_null.h +++ b/core/fpdfapi/parser/cpdf_null.h @@ -19,6 +19,7 @@ class CPDF_Null : public CPDF_Object { Type GetType() const override; std::unique_ptr<CPDF_Object> Clone() const override; bool WriteTo(IFX_ArchiveStream* archive) const override; + bool IsNull() const override; }; #endif // CORE_FPDFAPI_PARSER_CPDF_NULL_H_ |