]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
rename AuthDone() -> CheckAuthDone()
[apt.git] / apt-pkg / sourcelist.h
index 99e83f45469efd718ee137e4789674db8508c71a..35b786e1a1556b57d646cf9d3316e9e1279250b6 100644 (file)
@@ -94,15 +94,11 @@ class pkgSourceList : public pkgSource
    
    typedef std::vector<metaIndex *>::const_iterator const_iterator;
    
-   protected:
-
-   std::vector<metaIndex *> SrcList;
+   public:
 
    int ParseFileDeb822(std::string File);
    bool ParseFileOldStyle(std::string File);
 
-   public:
-
    bool ReadMainList();
    bool Read(std::string File);