summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefile.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2010-06-10 16:15:57 +0200
committerMichael Vogt <mvo@debian.org>2010-06-10 16:15:57 +0200
commit6b2f7a60c3d7d22d1d6b0e300ef526d48ff20048 (patch)
tree5688e5f337bacbdba7fa4b210599c5a13b207b11 /apt-pkg/cachefile.h
parent2b968050ca6e650e76bb2205190be45a3ef28723 (diff)
* apt-pkg/cachefile.h:
- make pkgPolicy public again, libapt-pkg-perl (and probably others) get unhappy without that
Diffstat (limited to 'apt-pkg/cachefile.h')
-rw-r--r--apt-pkg/cachefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cachefile.h b/apt-pkg/cachefile.h
index 1647aff8e..63bc3de47 100644
--- a/apt-pkg/cachefile.h
+++ b/apt-pkg/cachefile.h
@@ -31,10 +31,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;};