mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Fix clang-tidy modernize-use-override warnings in headers
This commit is contained in:
parent
edf3ceb52c
commit
e613e7c304
26 changed files with 67 additions and 68 deletions
|
@ -54,7 +54,7 @@ public:
|
|||
/**
|
||||
* Destructor.
|
||||
*/
|
||||
virtual ~MsgThread();
|
||||
~MsgThread() override;
|
||||
|
||||
/**
|
||||
* Sends a message to the child thread. The message will be processed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue