X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a8ef7efd6df81d4fb9e52419695f10df9fe76cda..a6c8798a6390b5c3a0775f8914e1cff2795e4cc1:/apt-pkg/cachefile.h 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;};