1 |
diff --git a/apt-0.5.15lorg3.2/apt-pkg/pkgcachegen.h b/apt-0.5.15lorg3.2/apt-pkg/pkgcachegen.h
|
2 |
index 6a698be..3bf84ab 100644
|
3 |
--- a/apt-0.5.15lorg3.2/apt-pkg/pkgcachegen.h
|
4 |
+++ b/apt-0.5.15lorg3.2/apt-pkg/pkgcachegen.h
|
5 |
@@ -59,7 +59,7 @@ class pkgCacheGenerator
|
6 |
public:
|
7 |
|
8 |
// CNC:2003-02-27 - We need this in rpmListParser.
|
9 |
- bool NewPackage(pkgCache::PkgIterator &Pkg,string Pkg);
|
10 |
+ bool NewPackage(pkgCache::PkgIterator &Pkg,string Name);
|
11 |
|
12 |
unsigned long WriteUniqString(const char *S,unsigned int Size);
|
13 |
inline unsigned long WriteUniqString(string S) {return WriteUniqString(S.c_str(),S.length());};
|