]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/metaindex.h
add d-pointer, virtual destructors and de-inline de/constructors
[apt.git] / apt-pkg / metaindex.h
index e1810fb278817527573f6e77dca94aea0dd9deec..760c7dd158e93d926fb03311eee235dd3d42b2a5 100644 (file)
@@ -28,6 +28,7 @@ class OpProgress;
 
 class metaIndex
 {
+   void *d;
    protected:
    std::vector <pkgIndexFile *> *Indexes;
    const char *Type;