mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
OpaqueVal: remove misplaced virtual
keywords
These methods are not meant to be overridden.
This commit is contained in:
parent
53f49e0057
commit
c0164c42d5
1 changed files with 4 additions and 4 deletions
|
@ -160,10 +160,10 @@ namespace probabilistic {
|
|||
|
||||
class HashVal : public OpaqueVal {
|
||||
public:
|
||||
virtual bool IsValid() const;
|
||||
virtual bool Init();
|
||||
virtual bool Feed(const void* data, size_t size);
|
||||
virtual StringVal* Get();
|
||||
bool IsValid() const;
|
||||
bool Init();
|
||||
bool Feed(const void* data, size_t size);
|
||||
StringVal* Get();
|
||||
|
||||
protected:
|
||||
HashVal() { valid = false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue