mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Change BroFunc ctor to take const-ref IntrusivePtr<ID>
This commit is contained in:
parent
0d19e8fb4c
commit
1f45e690a0
6 changed files with 17 additions and 17 deletions
|
@ -129,7 +129,7 @@ protected:
|
|||
|
||||
class BroFunc final : public Func {
|
||||
public:
|
||||
BroFunc(ID* id, IntrusivePtr<Stmt> body,
|
||||
BroFunc(const IntrusivePtr<ID>& id, IntrusivePtr<Stmt> body,
|
||||
const std::vector<IntrusivePtr<ID>>& inits,
|
||||
size_t frame_size, int priority);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue