mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Rename BroObj to Obj
This commit is contained in:
parent
736a3f53d4
commit
02cef05f93
36 changed files with 105 additions and 103 deletions
|
@ -31,7 +31,7 @@ using IDPtr = zeek::IntrusivePtr<ID>;
|
|||
class Scope;
|
||||
using ScopePtr = zeek::IntrusivePtr<Scope>;
|
||||
|
||||
class Scope : public BroObj {
|
||||
class Scope : public Obj {
|
||||
public:
|
||||
explicit Scope(zeek::detail::IDPtr id,
|
||||
std::unique_ptr<std::vector<zeek::detail::AttrPtr>> al);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue