| Index: core/include/fpdfdoc/fpdf_doc.h
|
| diff --git a/core/include/fpdfdoc/fpdf_doc.h b/core/include/fpdfdoc/fpdf_doc.h
|
| index 40d57236cd4ba2582108ad6dc265f9257159f49a..31480f90bc97e586e5241dce16dc993bf8c5b3b5 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);
|
|
|
|
|
|
|
|
|