diff options
Diffstat (limited to 'core/fpdfapi/parser/cpdf_null.h')
-rw-r--r-- | core/fpdfapi/parser/cpdf_null.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fpdfapi/parser/cpdf_null.h b/core/fpdfapi/parser/cpdf_null.h index b6b781b01a..92917281fb 100644 --- a/core/fpdfapi/parser/cpdf_null.h +++ b/core/fpdfapi/parser/cpdf_null.h @@ -18,8 +18,7 @@ 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; + bool WriteTo(IFX_ArchiveStream* archive) const override; }; #endif // CORE_FPDFAPI_PARSER_CPDF_NULL_H_ |