mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Clean up new code.
This commit is contained in:
parent
7bd738865c
commit
6adab8d46a
5 changed files with 94 additions and 63 deletions
|
@ -322,6 +322,8 @@ public:
|
|||
void Describe(ODesc* d) const override;
|
||||
virtual void DescribeReST(ODesc* d) const;
|
||||
|
||||
// To be overridden by mutable derived class to enable change
|
||||
// notification.
|
||||
virtual notifier::Modifiable* Modifiable() { return 0; }
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue