| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index 0b3b9c8ae0613bcf8e04aa9256b4a4fb2f4febc1..0efe805f26d6c2cfb03528bc18ab1ae517fd7841 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -227,7 +227,7 @@ class CPDF_LinkExtract : public IPDF_LinkExtract {
|
| void DeleteLinkList();
|
| FX_BOOL CheckWebLink(CFX_WideString& strBeCheck);
|
| FX_BOOL CheckMailLink(CFX_WideString& str);
|
| - FX_BOOL AppendToLinkList(int start, int count, const CFX_WideString& strUrl);
|
| + void AppendToLinkList(int start, int count, const CFX_WideString& strUrl);
|
|
|
| private:
|
| LINK_InfoArray m_LinkList;
|
|
|