]> 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 609a2cde4ddf375200a387d31912ec55abd7521d..0f63b7b2a5a577d8522670e50b600df81086256b 100644 (file)
@@ -18,7 +18,7 @@
 class OpProgress;
 class pkgCacheGenerator;
 
-class edspIndex : public debStatusIndex
+class APT_HIDDEN edspIndex : public debStatusIndex
 {
    /** \brief dpointer placeholder (for later in case we need it) */
    void *d;
@@ -30,6 +30,7 @@ class edspIndex : public debStatusIndex
    virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;
 
    edspIndex(std::string File);
+   virtual ~edspIndex();
 };
 
 #endif