| Index: xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h b/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| index def7eb965078daad4be3d43e73c619f3920c6b57..e582f8c0e613a9485cbfc321f44e34f4536e275d 100644
|
| --- a/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_formproxyimp.h
|
| @@ -32,7 +32,7 @@ class CFWL_FormProxyImpDelegate : public CFWL_WidgetImpDelegate
|
| {
|
| public:
|
| CFWL_FormProxyImpDelegate(CFWL_FormProxyImp *pOwner);
|
| - virtual FX_INT32 OnProcessMessage(CFWL_Message *pMessage);
|
| + virtual int32_t OnProcessMessage(CFWL_Message *pMessage);
|
| protected:
|
| CFWL_FormProxyImp *m_pOwner;
|
| };
|
|
|