diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-12-15 09:13:21 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-12-15 09:13:21 +0100 |
commit | 73688d27f60b2da3889a06362ee567101e3b331e (patch) | |
tree | f4b73eb02bd8a9542f452126aeaf1c06387cd392 /apt-pkg/sourcelist.h | |
parent | 12d1f5b3e295c589371bf7de27b7918310d08480 (diff) |
atleast libapt should announce to itself that it is clean…
(and be it if it tries to announce that…)
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 03e29ec34..02e27101a 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -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(); |