mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Switch OpaqueVal::SerializeType() to IntrusivePtr
This commit is contained in:
parent
377c8a4762
commit
5742810293
3 changed files with 5 additions and 5 deletions
|
@ -148,7 +148,7 @@ protected:
|
|||
* Helper function for derived class that need to record a type
|
||||
* during serialization.
|
||||
*/
|
||||
static broker::expected<broker::data> SerializeType(BroType* t);
|
||||
static broker::expected<broker::data> SerializeType(const IntrusivePtr<BroType>& t);
|
||||
|
||||
/**
|
||||
* Helper function for derived class that need to restore a type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue