summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.h
diff options
context:
space:
mode:
authorbubulle@debian.org <>2007-06-21 10:10:35 +0200
committerbubulle@debian.org <>2007-06-21 10:10:35 +0200
commit4344b05c9b472b84752b8f9f75a372ce1356bcd9 (patch)
treec55cbead8fa7b355c40983ef6db5bfcba2b818a0 /apt-pkg/pkgcachegen.h
parentf44fec87348beacb381b947db5d4d0632d6c8926 (diff)
parentff6bf1be3844bcda15303efc81e234ede7501e3c (diff)
sync with mvo
Diffstat (limited to 'apt-pkg/pkgcachegen.h')
-rw-r--r--apt-pkg/pkgcachegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcachegen.h b/apt-pkg/pkgcachegen.h
index a47b097b3..b6715294a 100644
--- a/apt-pkg/pkgcachegen.h
+++ b/apt-pkg/pkgcachegen.h
@@ -51,7 +51,7 @@ class pkgCacheGenerator
// Flag file dependencies
bool FoundFileDeps;
- bool NewPackage(pkgCache::PkgIterator &Pkg,const string &Pkg);
+ bool NewPackage(pkgCache::PkgIterator &Pkg,const string &PkgName);
bool NewFileVer(pkgCache::VerIterator &Ver,ListParser &List);
bool NewFileDesc(pkgCache::DescIterator &Desc,ListParser &List);
unsigned long NewVersion(pkgCache::VerIterator &Ver,const string &VerStr,unsigned long Next);