]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
merge lp:~mvo/apt/sha512-template to get fixes for the
[apt.git] / apt-pkg / deb / deblistparser.h
index 8b8aff788dd0693b17e78198e188a6c369128357..41d712fbfac6b194af4b9983a17f95e6a6c61852 100644 (file)
@@ -26,8 +26,11 @@ class debListParser : public pkgCacheGenerator::ListParser
       unsigned char Val;
    };
 
-   protected:
+   private:
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
 
+   protected:
    pkgTagFile Tags;
    pkgTagSection Section;
    unsigned long iOffset;
@@ -74,6 +77,7 @@ class debListParser : public pkgCacheGenerator::ListParser
    static const char *ConvertRelation(const char *I,unsigned int &Op);
 
    debListParser(FileFd *File, string const &Arch = "");
+   virtual ~debListParser() {};
 };
 
 #endif