mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Add override specifier to Configure() method in almost all of the internal plugins
This commit is contained in:
parent
3c470ffe13
commit
6aaabceed2
65 changed files with 66 additions and 70 deletions
|
@ -9,7 +9,7 @@ namespace Zeek_ZIP {
|
|||
|
||||
class Plugin : public plugin::Plugin {
|
||||
public:
|
||||
plugin::Configuration Configure()
|
||||
plugin::Configuration Configure() override
|
||||
{
|
||||
AddComponent(new ::analyzer::Component("ZIP", 0));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue