atleast libapt should announce to itself that it is clean…
[ntk/apt.git] / apt-pkg / sourcelist.h
index 03e29ec..02e2710 100644 (file)
@@ -59,11 +59,11 @@ class pkgSourceList
       const char *Name;
       const char *Label;
 
-      bool FixupURI(string &URI) const;
+      bool FixupURI(std::string &URI) const;
       virtual bool ParseLine(std::vector<metaIndex *> &List,
                             const char *Buffer,
                             unsigned long const &CurLine,std::string const &File) const;
-      virtual bool CreateItem(vector<metaIndex *> &List,std::string const &URI,
+      virtual bool CreateItem(std::vector<metaIndex *> &List,std::string const &URI,
                              std::string const &Dist,std::string const &Section,
                              std::map<std::string, std::string> const &Options) const = 0;
       Type();