diff options
Diffstat (limited to 'fpdfsdk/formfiller/cffl_pushbutton.h')
-rw-r--r-- | fpdfsdk/formfiller/cffl_pushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_pushbutton.h b/fpdfsdk/formfiller/cffl_pushbutton.h index 0d9d82ea0a..ff53ce45ac 100644 --- a/fpdfsdk/formfiller/cffl_pushbutton.h +++ b/fpdfsdk/formfiller/cffl_pushbutton.h @@ -22,7 +22,7 @@ class CFFL_PushButton : public CFFL_Button { CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, - FX_DWORD dwFlags) override; + uint32_t dwFlags) override; }; #endif // FPDFSDK_FORMFILLER_CFFL_PUSHBUTTON_H_ |