mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Dict: make the destructor non-virtual
This commit is contained in:
parent
b4966858ce
commit
05f692995d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Dictionary {
|
|||
public:
|
||||
explicit Dictionary(dict_order ordering = UNORDERED,
|
||||
int initial_size = 0);
|
||||
virtual ~Dictionary();
|
||||
~Dictionary();
|
||||
|
||||
// Member functions for looking up a key, inserting/changing its
|
||||
// contents, and deleting it. These come in two flavors: one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue