Deprecate ID::ID_Val(), replace with ID::GetVal()

This commit is contained in:
Jon Siwek 2020-05-07 22:11:10 -07:00
parent 16a8bf3318
commit 32b895f4ba
23 changed files with 69 additions and 68 deletions

View file

@ -1278,7 +1278,7 @@ static Val* get_bro_val(const char* label)
return nullptr;
}
return id->ID_Val();
return id->GetVal().get();
}