diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffcombobox.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffcombobox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffcombobox.h b/xfa/fxfa/cxfa_ffcombobox.h index c4bf6e9756..a20319e3b1 100644 --- a/xfa/fxfa/cxfa_ffcombobox.h +++ b/xfa/fxfa/cxfa_ffcombobox.h @@ -35,6 +35,7 @@ class CXFA_FFComboBox : public CXFA_FFField { void SelectAll() override; void Delete() override; void DeSelect() override; + FormFieldType GetFormFieldType() override; // IFWL_WidgetDelegate void OnProcessMessage(CFWL_Message* pMessage) override; |