]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/exper...
[apt.git] / apt-pkg / sourcelist.h
index 9df0c1d7419c3fbd46e38fef1d113fbd8e06b067..99e83f45469efd718ee137e4789674db8508c71a 100644 (file)
@@ -52,7 +52,15 @@ class pkgAcquire;
 class pkgIndexFile;
 class metaIndex;
 
-class pkgSourceList
+class pkgSource
+{
+   protected:
+
+   std::vector<metaIndex *> SrcList;
+
+};
+
+class pkgSourceList : public pkgSource
 {
    public: