summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_fflistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/cxfa_fflistbox.h')
-rw-r--r--xfa/fxfa/cxfa_fflistbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_fflistbox.h b/xfa/fxfa/cxfa_fflistbox.h
index 11c77612ce..27f1cdb8a4 100644
--- a/xfa/fxfa/cxfa_fflistbox.h
+++ b/xfa/fxfa/cxfa_fflistbox.h
@@ -21,6 +21,7 @@ class CXFA_FFListBox : public CXFA_FFField {
void OnProcessEvent(CFWL_Event* pEvent) override;
void OnDrawWidget(CXFA_Graphics* pGraphics,
const CFX_Matrix& matrix) override;
+ FormFieldType GetFormFieldType() override;
void OnSelectChanged(CFWL_Widget* pWidget);
void SetItemState(int32_t nIndex, bool bSelected);