Switch OpaqueVal::SerializeType() to IntrusivePtr

This commit is contained in:
Jon Siwek 2020-05-18 16:10:10 -07:00
parent 377c8a4762
commit 5742810293
3 changed files with 5 additions and 5 deletions

View file

@ -408,7 +408,7 @@ broker::expected<broker::data> TopkVal::DoSerialize() const
if ( type )
{
auto t = SerializeType(type.get());
auto t = SerializeType(type);
if ( ! t )
return broker::ec::invalid_data;