| Index: core/include/fpdfdoc/fpdf_doc.h
|
| diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
|
| index 69daa140becacbf5d3b965c487e9d8e4c787207b..254ce3b94d0b191558207801742a7c3c782052d1 100644
|
| --- a/core/include/fpdfdoc/fpdf_doc.h
|
| +++ b/core/include/fpdfdoc/fpdf_doc.h
|
| @@ -1162,7 +1162,7 @@ public:
|
|
|
| int FindOption(CFX_WideString csOptLabel);
|
|
|
| - int FindOptionValue(FX_LPCWSTR csOptValue, int iStartIndex = 0);
|
| + int FindOptionValue(const CFX_WideString& csOptValue, int iStartIndex = 0);
|
|
|
|
|
|
|
|
|