mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48: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
|
@ -17,7 +17,7 @@ class ListVal;
|
|||
|
||||
typedef enum { VAR_REGULAR, VAR_CONST, VAR_REDEF, VAR_OPTION, } decl_type;
|
||||
|
||||
extern void add_global(ID* id,
|
||||
extern void add_global(const IntrusivePtr<ID>& id,
|
||||
IntrusivePtr<BroType> t,
|
||||
init_class c,
|
||||
IntrusivePtr<Expr> init,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue