X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3a2b39ee602dd5a98b8fdaee2f1c8e0b13a276e2..1b36b5fa1b8dbd76aec7ddd4ffe72f8515c29038:/apt-pkg/srcrecords.cc?ds=inline diff --git a/apt-pkg/srcrecords.cc b/apt-pkg/srcrecords.cc index 3175ee75f..e3ffa9ab0 100644 --- a/apt-pkg/srcrecords.cc +++ b/apt-pkg/srcrecords.cc @@ -178,3 +178,7 @@ bool pkgSrcRecords::Parser::Files2(std::vector &F2)/*{{{*/ return true; } /*}}}*/ + + +pkgSrcRecords::Parser::Parser(const pkgIndexFile *Index) : d(NULL), iIndex(Index) {} +pkgSrcRecords::Parser::~Parser() {}