diff options
Diffstat (limited to 'core/fpdfapi/parser/cpdf_string.h')
-rw-r--r-- | core/fpdfapi/parser/cpdf_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fpdfapi/parser/cpdf_string.h b/core/fpdfapi/parser/cpdf_string.h index 6698d8c5be..f895535a92 100644 --- a/core/fpdfapi/parser/cpdf_string.h +++ b/core/fpdfapi/parser/cpdf_string.h @@ -33,6 +33,8 @@ 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 IsHex() const { return m_bHex; } |