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