修改类型为智能指针

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-03-30 01:42:20 +00:00
parent 2cdb419ddd
commit 92a61bd6e4
@@ -90,7 +90,7 @@ namespace MiscServices {
sptr<InputMethodSystemAbilityProxy> mImms;
sptr<ImsaDeathRecipient> deathRecipient_;
sptr<InputMethodAgentProxy> mAgent;
OnTextChangedListener *textListener;
sptr<OnTextChangedListener> &textListener;
InputAttribute mAttribute;
std::u16string mTextString;
int mSelectOldBegin = 0;