X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FGenericTLV.hh;h=2cee061d471fcf358b4eab813dabb9c0aa2ff519;hb=a0b6f53e5c464c6b84fed30a67fcce32da81012d;hp=81513bb3dbdf00e8219bc57285d7bf8eb1f86d5b;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Packets/GenericTLV.hh b/senf/Packets/GenericTLV.hh index 81513bb..2cee061 100644 --- a/senf/Packets/GenericTLV.hh +++ b/senf/Packets/GenericTLV.hh @@ -184,6 +184,7 @@ namespace senf { namespace detail { template struct GenericTLVParserRegistry_EntryBase { + virtual ~GenericTLVParserRegistry_EntryBase() {} virtual void dump(GenericTLVParserBase const & parser, std::ostream & os) const = 0; virtual PacketParserBase::size_type bytes(GenericTLVParserBase const & parser) const = 0; };