mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Attr: use class IntrusivePtr
This commit is contained in:
parent
097a362c80
commit
36a26a7b43
8 changed files with 62 additions and 61 deletions
2
src/ID.h
2
src/ID.h
|
@ -86,7 +86,7 @@ public:
|
|||
|
||||
bool IsDeprecated() const;
|
||||
|
||||
void MakeDeprecated(Expr* deprecation);
|
||||
void MakeDeprecated(IntrusivePtr<Expr> deprecation);
|
||||
|
||||
std::string GetDeprecationWarning() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue