diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-10 16:37:18 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-10 16:37:18 +0200 |
commit | 6d7b4a91f3ebb0f1ff98eddf0bc48a502cc323a8 (patch) | |
tree | 3643ef60ea0ae8cc85711f21c45072c636b08707 /apt-pkg/cachefile.h | |
parent | c0ba35fc916d2adf0ba1fbd8cca62a83ce83d789 (diff) | |
parent | 6b2f7a60c3d7d22d1d6b0e300ef526d48ff20048 (diff) |
merge with debian-experimental-ma to get the public policy back
Diffstat (limited to 'apt-pkg/cachefile.h')
-rw-r--r-- | apt-pkg/cachefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cachefile.h b/apt-pkg/cachefile.h index c68f06ed8..09d3ec267 100644 --- a/apt-pkg/cachefile.h +++ b/apt-pkg/cachefile.h @@ -30,10 +30,10 @@ class pkgCacheFile MMap *Map; pkgCache *Cache; pkgDepCache *DCache; - pkgPolicy *Policy; pkgSourceList *SrcList; public: + pkgPolicy *Policy; // We look pretty much exactly like a pointer to a dep cache inline operator pkgCache &() {return *Cache;}; |