mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
Assistant: Convert all Vector<NonnullRefPtr> to NonnullRefPtrVector
This commit is contained in:
parent
d69691a26b
commit
27fe2b45e5
3 changed files with 31 additions and 26 deletions
|
@ -141,7 +141,7 @@ public:
|
|||
|
||||
class URLProvider : public Provider {
|
||||
public:
|
||||
void query(String const& query, Function<void(Vector<NonnullRefPtr<Result>>)> on_complete) override;
|
||||
void query(String const& query, Function<void(NonnullRefPtrVector<Result>)> on_complete) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue