* merged with otavios branch
[ntk/apt.git] / apt-pkg / indexfile.h
index d3a8f99..405f67a 100644 (file)
@@ -56,6 +56,7 @@ class pkgIndexFile
 
       virtual pkgRecords::Parser *CreatePkgParser(pkgCache::PkgFileIterator /*File*/) const {return 0;};
       Type();
+      virtual ~Type() {};
    };
 
    virtual const Type *GetType() const = 0;