diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_passwordedit.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_passwordedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_passwordedit.h b/xfa/fxfa/parser/cxfa_passwordedit.h index e390aaa2b1..6c8e8e5856 100644 --- a/xfa/fxfa/parser/cxfa_passwordedit.h +++ b/xfa/fxfa/parser/cxfa_passwordedit.h @@ -15,6 +15,7 @@ class CXFA_PasswordEdit : public CXFA_Node { ~CXFA_PasswordEdit() override; XFA_FFWidgetType GetDefaultFFWidgetType() const override; + WideString GetPasswordChar(); }; #endif // XFA_FXFA_PARSER_CXFA_PASSWORDEDIT_H_ |