X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=0e8d3377a7e8a8ef868ad0453764e343f5e6c392;hb=10985d71f77b627bc4da543d7114feb7c4529329;hp=4a5ba0ff760ebcc929c4c509aa105a7952ed4ba7;hpb=408efb5a03252b4a278f69ab9bc588af438c55de;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index 4a5ba0f..0e8d337 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -72,7 +72,7 @@ namespace senf { template TypeIdValue(Type *); struct Value { - virtual ~Value() {} + virtual ~Value(); virtual std::type_info const & id() = 0; virtual Value * clone() = 0; };