]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
apt-key: change to / before find to satisfy its CWD needs
[apt.git] / apt-pkg / depcache.h
index 99d0e7a637444a7b8fee2a8b326eb848f89c0f21..03a2cb0a8230d6afdf8d42e212dddebfe96bf46b 100644 (file)
@@ -369,6 +369,7 @@ class pkgDepCache : protected pkgCache::Namespace
    
    // Accessors
    inline StateCache &operator [](PkgIterator const &I) {return PkgState[I->ID];};
+   inline StateCache &operator [](PkgIterator const &I) const {return PkgState[I->ID];};
    inline unsigned char &operator [](DepIterator const &I) {return DepState[I->ID];};
 
    /** \return A function identifying packages in the root set other