]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspindexfile.h
just-in-time creation for (explicit) negative deps
[apt.git] / apt-pkg / edsp / edspindexfile.h
index 8c18d8cbdf9ce816f57fba774830febda8a10330..b2a510f1461d8854f4eb1e8b457977924cf9f634 100644 (file)
@@ -21,15 +21,16 @@ class pkgCacheGenerator;
 class APT_HIDDEN edspIndex : public debStatusIndex
 {
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
 
    public:
 
    virtual const Type *GetType() const APT_CONST;
 
-   virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const;
+   virtual bool Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const APT_OVERRIDE;
 
    edspIndex(std::string File);
+   virtual ~edspIndex();
 };
 
 #endif