]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
strip the Dir::state from the config name as it will never be there
[apt.git] / apt-pkg / cachefile.h
index c68f06ed89aff3fded670a7f87098455d6ec3aad..09d3ec2676675c3063f32f5cc016b11eb7d245fe 100644 (file)
@@ -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;};