summaryrefslogtreecommitdiff
path: root/core/fpdftext/cpdf_linkextract.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdftext/cpdf_linkextract.h')
-rw-r--r--core/fpdftext/cpdf_linkextract.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fpdftext/cpdf_linkextract.h b/core/fpdftext/cpdf_linkextract.h
index 564d552548..31004577b9 100644
--- a/core/fpdftext/cpdf_linkextract.h
+++ b/core/fpdftext/cpdf_linkextract.h
@@ -28,8 +28,8 @@ class CPDF_LinkExtract {
protected:
void ParseLink();
- bool CheckWebLink(CFX_WideString& str);
- bool CheckMailLink(CFX_WideString& str);
+ bool CheckWebLink(CFX_WideString* str, int32_t* nStart, int32_t* nCount);
+ bool CheckMailLink(CFX_WideString* str);
private:
struct Link {