projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'debian/sid' into debian/experimental
[apt.git]
/
apt-pkg
/
sourcelist.h
diff --git
a/apt-pkg/sourcelist.h
b/apt-pkg/sourcelist.h
index 0ebf4e0807ec7d326fe49bce377564374920d21c..261dd81613739286ecb2d2bdec625d37317c0b82 100644
(file)
--- a/
apt-pkg/sourcelist.h
+++ b/
apt-pkg/sourcelist.h
@@
-52,7
+52,15
@@
class pkgAcquire;
class pkgIndexFile;
class metaIndex;
-class pkgSourceList
+class pkgSource
+{
+ protected:
+
+ std::vector<metaIndex *> SrcList;
+
+};
+
+class pkgSourceList : public pkgSource
{
public: