| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index 091ee241d4ae31c011be6edaa71393f31b6d3069..3f1023ac8a312ece958bc0d3c820cac4917c641d 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -111,7 +111,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;
|
|
|