mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-02-10 17:34:57 +00:00
1
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
This commit is contained in:
parent
6fb22e2d8a
commit
f5c3ff5def
@ -35,7 +35,7 @@ class VecCopyVisitor {
|
||||
public:
|
||||
explicit VecCopyVisitor(std::vector<std::shared_ptr<JSCallbackObject>> VecCopy) : data_(VecCopy){}
|
||||
~VecCopyVisitor() = default;
|
||||
void Next(const int type);
|
||||
void Next(const int type = NextType::NORMAL);
|
||||
void First();
|
||||
void Clear();
|
||||
bool IsDone();
|
||||
|
Loading…
x
Reference in New Issue
Block a user