]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.h
* merged the debian--auto-mark patch
[apt.git] / apt-pkg / indexfile.h
index be02669fa4ad5d432aad8780236f9d6ed1ce6bf0..61049f4bd9c8002c69f2bc4a0e16b8dcec1efa8f 100644 (file)
@@ -55,6 +55,7 @@ class pkgIndexFile
 
       virtual pkgRecords::Parser *CreatePkgParser(pkgCache::PkgFileIterator /*File*/) const {return 0;};
       Type();
+      virtual ~Type() {};
    };
 
    virtual const Type *GetType() const = 0;