mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Change Attr::SetAttrExpr() to non-template
This commit is contained in:
parent
97636e97a5
commit
007533295a
2 changed files with 4 additions and 2 deletions
|
@ -37,6 +37,9 @@ Attr::Attr(attr_tag t)
|
|||
|
||||
Attr::~Attr() = default;
|
||||
|
||||
void Attr::SetAttrExpr(IntrusivePtr<Expr> e)
|
||||
{ expr = std::move(e); }
|
||||
|
||||
void Attr::Describe(ODesc* d) const
|
||||
{
|
||||
AddTag(d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue