diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffpushbutton.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffpushbutton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffpushbutton.h b/xfa/fxfa/cxfa_ffpushbutton.h index ba2d02318f..9b2a0ee4cc 100644 --- a/xfa/fxfa/cxfa_ffpushbutton.h +++ b/xfa/fxfa/cxfa_ffpushbutton.h @@ -34,6 +34,7 @@ class CXFA_FFPushButton : public CXFA_FFField { void OnProcessEvent(CFWL_Event* pEvent) override; void OnDrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override; + FormFieldType GetFormFieldType() override; private: void LoadHighlightCaption(); |