diff options
Diffstat (limited to 'core/fpdfapi/parser/cpdf_string.h')
-rw-r--r-- | core/fpdfapi/parser/cpdf_string.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fpdfapi/parser/cpdf_string.h b/core/fpdfapi/parser/cpdf_string.h index f895535a92..ccd6f530c1 100644 --- a/core/fpdfapi/parser/cpdf_string.h +++ b/core/fpdfapi/parser/cpdf_string.h @@ -33,8 +33,7 @@ class CPDF_String : public CPDF_Object { bool IsString() const override; CPDF_String* AsString() override; const CPDF_String* AsString() const override; - bool WriteTo(CFX_FileBufferArchive* archive, - FX_FILESIZE* offset) const override; + bool WriteTo(IFX_ArchiveStream* archive) const override; bool IsHex() const { return m_bHex; } |