diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_button.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_button.h b/xfa/fxfa/parser/cxfa_button.h index 75d62a6159..cea685fa4e 100644 --- a/xfa/fxfa/parser/cxfa_button.h +++ b/xfa/fxfa/parser/cxfa_button.h @@ -15,6 +15,8 @@ class CXFA_Button : public CXFA_Node { ~CXFA_Button() override; XFA_FFWidgetType GetDefaultFFWidgetType() const override; + + XFA_AttributeEnum GetHighlight(); }; #endif // XFA_FXFA_PARSER_CXFA_BUTTON_H_ |