diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffcheckbutton.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffcheckbutton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffcheckbutton.h b/xfa/fxfa/cxfa_ffcheckbutton.h index 9b469bd7c3..f841d78ba4 100644 --- a/xfa/fxfa/cxfa_ffcheckbutton.h +++ b/xfa/fxfa/cxfa_ffcheckbutton.h @@ -29,6 +29,7 @@ class CXFA_FFCheckButton : public CXFA_FFField { void OnProcessEvent(CFWL_Event* pEvent) override; void OnDrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override; + FormFieldType GetFormFieldType() override; void SetFWLCheckState(XFA_CHECKSTATE eCheckState); |