| Index: core/fpdfdoc/cpdf_aaction.h
|
| diff --git a/core/fpdfdoc/cpdf_aaction.h b/core/fpdfdoc/cpdf_aaction.h
|
| index cef39f0407ad2703d78c117b941584add20fe6d8..d615915ee348d31de0083ce3c49e0319c4cafbcf 100644
|
| --- a/core/fpdfdoc/cpdf_aaction.h
|
| +++ b/core/fpdfdoc/cpdf_aaction.h
|
| @@ -40,7 +40,7 @@ class CPDF_AAction {
|
| CPDF_AAction() : m_pDict(nullptr) {}
|
| explicit CPDF_AAction(CPDF_Dictionary* pDict) : m_pDict(pDict) {}
|
|
|
| - FX_BOOL ActionExist(AActionType eType) const;
|
| + bool ActionExist(AActionType eType) const;
|
| CPDF_Action GetAction(AActionType eType) const;
|
| CPDF_Dictionary* GetDict() const { return m_pDict; }
|
|
|
|
|