diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffimageedit.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffimageedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffimageedit.h b/xfa/fxfa/cxfa_ffimageedit.h index 436435d55b..a7ef6a8c27 100644 --- a/xfa/fxfa/cxfa_ffimageedit.h +++ b/xfa/fxfa/cxfa_ffimageedit.h @@ -25,6 +25,7 @@ class CXFA_FFImageEdit : public CXFA_FFField { void OnProcessEvent(CFWL_Event* pEvent) override; void OnDrawWidget(CXFA_Graphics* pGraphics, const CFX_Matrix& matrix) override; + FormFieldType GetFormFieldType() override; private: void SetFWLRect() override; |