mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Replace empty destructor bodies with =default definitions
This commit is contained in:
parent
1991b87a07
commit
90d0bc64fa
66 changed files with 45 additions and 124 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
};
|
||||
|
||||
JSON(MsgThread* t, TimeFormat tf, bool include_unset_fields = false);
|
||||
~JSON() override;
|
||||
~JSON() override = default;
|
||||
|
||||
bool Describe(ODesc* desc, Value* val, const std::string& name = "") const override;
|
||||
bool Describe(ODesc* desc, int num_fields, const Field* const* fields,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue