X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcollection.h;h=303697a8c726f7c71e99c3a8d8e6582be998b87b;hb=d9f7b5d126827f9e08328bc3044bf7dba017f458;hp=f293428c8cdd0fc046019531335ccf6d28b525fc;hpb=a02c84384a101c0dec48b6aa2dee53bac4bbd034;p=libs%2Fdatafile.git diff --git a/source/collection.h b/source/collection.h index f293428..303697a 100644 --- a/source/collection.h +++ b/source/collection.h @@ -72,6 +72,7 @@ private: */ struct ItemKeywordBase { + virtual ~ItemKeywordBase() { } virtual void add_to_loader(Loader &) const { }; };