| Index: core/fpdfdoc/cpdf_pagelabel.h
|
| diff --git a/core/fpdfdoc/cpdf_pagelabel.h b/core/fpdfdoc/cpdf_pagelabel.h
|
| index 6a0664bfca3c800dd893fafa3b4f52530c2a92f7..0f91f614d98f1f76b9896117487be07a91383514 100644
|
| --- a/core/fpdfdoc/cpdf_pagelabel.h
|
| +++ b/core/fpdfdoc/cpdf_pagelabel.h
|
| @@ -15,7 +15,7 @@ class CPDF_PageLabel {
|
| public:
|
| explicit CPDF_PageLabel(CPDF_Document* pDocument);
|
|
|
| - CFX_WideString GetLabel(int nPage) const;
|
| + bool GetLabel(int nPage, CFX_WideString* wsLabel) const;
|
| int32_t GetPageByLabel(const CFX_ByteStringC& bsLabel) const;
|
| int32_t GetPageByLabel(const CFX_WideStringC& wsLabel) const;
|
|
|
|
|