diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-04-23 13:51:48 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-24 07:33:59 +0200 |
commit | a49e7948029d8219d7cb182fbc1b0adb587691b8 (patch) | |
tree | 14dc3c33c2e6578213d2716e0b318089d2271b19 /apt-pkg/sourcelist.h | |
parent | feab34c5216941ca95aae1a389238a77b662d1de (diff) |
create debIFTypeDscFile type
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 9df0c1d74..0ebf4e080 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -86,7 +86,7 @@ class pkgSourceList typedef std::vector<metaIndex *>::const_iterator const_iterator; - protected: + public: std::vector<metaIndex *> SrcList; |