From c68b1e73ce8210e2b33491da160dda5dd48599c0 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 8 May 2017 16:59:54 -0400 Subject: Remove AppendObject from CPDF_Creator The AppendObject method has been removed and the functionality moved to the individual CPDF_Object classes. Change-Id: I5446c6cc3e792d849acf77caed34b63a88f3a2d2 Reviewed-on: https://pdfium-review.googlesource.com/5072 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- core/fpdfapi/parser/cpdf_string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/fpdfapi/parser/cpdf_string.h') 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; } -- cgit v1.2.3