mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Mark a large number of common types as final that shouldn't be overrideden
This commit is contained in:
parent
c2375fc88d
commit
9c89cd4a47
11 changed files with 93 additions and 93 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
class EventMgr;
|
||||
|
||||
class Event : public BroObj {
|
||||
class Event final : public BroObj {
|
||||
public:
|
||||
Event(EventHandlerPtr handler, zeek::Args args,
|
||||
SourceID src = SOURCE_LOCAL, analyzer::ID aid = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue