summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_checkbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_checkbutton.h')
-rw-r--r--xfa/fxfa/parser/cxfa_checkbutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_checkbutton.h b/xfa/fxfa/parser/cxfa_checkbutton.h
index b603dd0ca1..e239a46ecb 100644
--- a/xfa/fxfa/parser/cxfa_checkbutton.h
+++ b/xfa/fxfa/parser/cxfa_checkbutton.h
@@ -17,6 +17,7 @@ class CXFA_CheckButton : public CXFA_Node {
XFA_FFWidgetType GetDefaultFFWidgetType() const override;
bool IsRound();
+ bool IsAllowNeutral();
XFA_AttributeEnum GetMark();
};