mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Deprecate Scope::ScopeID(), replace with GetID()
This commit is contained in:
parent
8b6de5852c
commit
b0c95e30d0
3 changed files with 9 additions and 5 deletions
|
@ -881,7 +881,7 @@ function_ingredients::function_ingredients(IntrusivePtr<Scope> scope, IntrusiveP
|
|||
inits = scope->GetInits();
|
||||
|
||||
this->scope = std::move(scope);
|
||||
id = {NewRef{}, this->scope->ScopeID()};
|
||||
id = this->scope->GetID();
|
||||
|
||||
const auto& attrs = this->scope->Attrs();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue