]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.cc
apt_preferences(5): Mention overlapping of pin matches
[apt.git] / apt-pkg / srcrecords.cc
index 3175ee75f5145bd3d7a829f6be2d36f05952fea0..e3ffa9ab086d9d666c619e3cb5240ea8fac8a608 100644 (file)
@@ -178,3 +178,7 @@ bool pkgSrcRecords::Parser::Files2(std::vector<pkgSrcRecords::File2> &F2)/*{{{*/
    return true;
 }
                                                                        /*}}}*/
+
+
+pkgSrcRecords::Parser::Parser(const pkgIndexFile *Index) : d(NULL), iIndex(Index) {}
+pkgSrcRecords::Parser::~Parser() {}