fix warning

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-03-25 09:53:57 +00:00
parent f751dd382f
commit 5b5ef7d12b
101 changed files with 370 additions and 347 deletions
@@ -71,6 +71,7 @@ namespace MiscServices {
int32_t GetEnterKeyType();
int32_t GetInputPattern();
void HideCurrentInput();
private:
InputMethodController();
~InputMethodController();
@@ -106,6 +107,6 @@ namespace MiscServices {
int32_t enterKeyType_ = 0;
int32_t inputPattern_ = 0;
};
}
}
#endif
} // namespace MiscServices
} // namespace OHOS
#endif // FRAMEWORKS_INPUTMETHOD_CONTROLLER_INCLUDE_INPUT_METHOD_CONTROLLER_H