X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2Ftypeidvalue.hh;h=bb03dbed3aa74c2360d79b3adb62de8deb9a8a13;hb=b2d64a4084a053f0887c7845bb81074e0cd3a855;hp=425c14fbbcfcc92fff0ff167cfdfe54a241bc25a;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/typeidvalue.hh b/Packets/typeidvalue.hh index 425c14f..bb03dbe 100644 --- a/Packets/typeidvalue.hh +++ b/Packets/typeidvalue.hh @@ -68,6 +68,7 @@ namespace lib { template TypeIdValue(Type *); struct Value { + virtual ~Value() {} virtual std::type_info const & id() = 0; virtual Value * clone() = 0; };