| Index: fpdfsdk/include/formfiller/FFL_Notify.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_Notify.h b/fpdfsdk/include/formfiller/FFL_Notify.h
|
| index 4e66c3a991b0b99f4b1741383a7110956d6fde22..ae7b3dcf9bf00f7f103ab26a97dfdb5069e20b76 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_Notify.h
|
| +++ b/fpdfsdk/include/formfiller/FFL_Notify.h
|
| @@ -50,7 +50,7 @@ private:
|
|
|
| CFFL_FormFiller * m_pFormFiller;
|
| FX_BOOL m_bDoActioning;
|
| - FX_INT32 m_nNotifyFlag;
|
| + int32_t m_nNotifyFlag;
|
| };
|
|
|
| #endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_NOTIFY_H_
|
|
|