]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspindexfile.h
versionmatch: Extract version match checking out of Find()
[apt.git] / apt-pkg / edsp / edspindexfile.h
index 8c18d8cbdf9ce816f57fba774830febda8a10330..0f63b7b2a5a577d8522670e50b600df81086256b 100644 (file)
@@ -30,6 +30,7 @@ class APT_HIDDEN edspIndex : public debStatusIndex
    virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;
 
    edspIndex(std::string File);
+   virtual ~edspIndex();
 };
 
 #endif