]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.h
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
[apt.git] / apt-pkg / deb / debmetaindex.h
index 1561c6e009341a364ab9fd401c47fefd32ec9874..0aaf7f14acf4c6eb7da3808715cf51bd2ec3990b 100644 (file)
@@ -19,12 +19,14 @@ class debReleaseIndex : public metaIndex {
    };
 
    private:
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
    std::map<string, vector<debSectionEntry const*> > ArchEntries;
 
    public:
 
    debReleaseIndex(string const &URI, string const &Dist);
-   ~debReleaseIndex();
+   virtual ~debReleaseIndex();
 
    virtual string ArchiveURI(string const &File) const {return URI + File;};
    virtual bool GetIndexes(pkgAcquire *Owner, bool const &GetAll=false) const;