Use new Doxygen tool from the SCons wiki
[senf.git] / Packets / typeidvalue.hh
index 425c14f..bb03dbe 100644 (file)
@@ -68,6 +68,7 @@ namespace lib {
         template <class Type> TypeIdValue(Type *);
 
         struct Value {
+            virtual ~Value() {}
             virtual std::type_info const & id() = 0;
             virtual Value * clone() = 0;
         };