mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Add missing override specifier to a number of methods, remove virtual from some as well
This commit is contained in:
parent
6aaabceed2
commit
186005133b
9 changed files with 42 additions and 43 deletions
|
@ -1399,9 +1399,9 @@ public:
|
|||
rotate = arg_rotate;
|
||||
}
|
||||
|
||||
~RotationTimer();
|
||||
~RotationTimer() override;
|
||||
|
||||
void Dispatch(double t, int is_expire);
|
||||
void Dispatch(double t, int is_expire) override;
|
||||
|
||||
protected:
|
||||
Manager::WriterInfo* winfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue