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;
static const char *ConvertRelation(const char *I,unsigned int &Op);
debListParser(FileFd *File, string const &Arch = "");
+ virtual ~debListParser() {};
};
#endif