]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.h
releasing version 0.8.16~exp4
[apt.git] / apt-pkg / srcrecords.h
index a495338648f324de010f985d6c60f67eb965f84c..8a78d77112258eaddf567ab45c377973313d67ae 100644 (file)
@@ -79,6 +79,8 @@ class pkgSrcRecords
    };
    
    private:
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
    
    // The list of files and the current parser pointer
    vector<Parser*> Files;
@@ -93,7 +95,7 @@ class pkgSrcRecords
    Parser *Find(const char *Package,bool const &SrcOnly = false);
    
    pkgSrcRecords(pkgSourceList &List);
-   ~pkgSrcRecords();
+   virtual ~pkgSrcRecords();
 };
 
 #endif