| Index: core/src/fpdfdoc/doc_action.cpp
|
| diff --git a/core/src/fpdfdoc/doc_action.cpp b/core/src/fpdfdoc/doc_action.cpp
|
| index ac40335a4ca10311e0fd907a48df9bdb4b9ab879..e98d3af9e718164efe1a8c07c9f733d81fbf0959 100644
|
| --- a/core/src/fpdfdoc/doc_action.cpp
|
| +++ b/core/src/fpdfdoc/doc_action.cpp
|
| @@ -218,7 +218,7 @@ CPDF_Dictionary* CPDF_Action::GetAnnot() const
|
| }
|
| return NULL;
|
| }
|
| -FX_INT32 CPDF_Action::GetOperationType() const
|
| +int32_t CPDF_Action::GetOperationType() const
|
| {
|
| if (m_pDict == NULL) {
|
| return 0;
|
|
|