diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_choicelist.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_choicelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_choicelist.h b/xfa/fxfa/parser/cxfa_choicelist.h index b3384cbbd9..d621d8ad69 100644 --- a/xfa/fxfa/parser/cxfa_choicelist.h +++ b/xfa/fxfa/parser/cxfa_choicelist.h @@ -15,6 +15,7 @@ class CXFA_ChoiceList : public CXFA_Node { ~CXFA_ChoiceList() override; XFA_Element GetValueNodeType() const override; + XFA_FFWidgetType GetDefaultFFWidgetType() const override; }; #endif // XFA_FXFA_PARSER_CXFA_CHOICELIST_H_ |