| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index b5a7734e54bf2db3506163bfb8d92594781889cd..d10c5501e6e9e1b44750d31a37bf8ad41a89f341 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -119,7 +119,7 @@ class CPDF_TextPage : public IPDF_TextPage {
|
| CPDF_TextObject* pTextObj2);
|
| int GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const;
|
| void CloseTempLine();
|
| - void OnPiece(IFX_BidiChar* pBidi, CFX_WideString& str);
|
| + void OnPiece(CFX_BidiChar* pBidi, CFX_WideString& str);
|
| int32_t PreMarkedContent(PDFTEXT_Obj pObj);
|
| void ProcessMarkedContent(PDFTEXT_Obj pObj);
|
| void CheckMarkedContentObject(int32_t& start, int32_t& nCount) const;
|
|
|