X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeIdValue.hh;h=85eebf03df0ae7184dcc3b56282023d08cb6c242;hb=f2f5d59e83863f3b513950173baee1b6da2aee3c;hp=4a5ba0ff760ebcc929c4c509aa105a7952ed4ba7;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Utils/TypeIdValue.hh b/Utils/TypeIdValue.hh index 4a5ba0f..85eebf0 100644 --- a/Utils/TypeIdValue.hh +++ b/Utils/TypeIdValue.hh @@ -23,8 +23,8 @@ /** \file \brief TypeIdValue public header */ -#ifndef HH_TypeIdValue_ -#define HH_TypeIdValue_ 1 +#ifndef HH_SENF_Utils_TypeIdValue_ +#define HH_SENF_Utils_TypeIdValue_ 1 // Custom includes #include @@ -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; };