| Index: core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_string.cpp b/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| index 4b92596242489bfab39f15a9d80122e1c21cb979..b18d48434749498f15a10dafb6feb060f91017f3 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| @@ -23,7 +23,7 @@ CPDF_Object::Type CPDF_String::GetType() const {
|
| return STRING;
|
| }
|
|
|
| -CPDF_Object* CPDF_String::Clone(FX_BOOL bDirect) const {
|
| +CPDF_Object* CPDF_String::Clone() const {
|
| return new CPDF_String(m_String, m_bHex);
|
| }
|
|
|
|
|