]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/policy.h
show only the basename of the running test
[apt.git] / apt-pkg / policy.h
index 28cb3ccbb1dee3624d3bab801c1086a070b578bf..f8b2678de434997d9d5825fda8c1588376b33a33 100644 (file)
@@ -76,7 +76,7 @@ class pkgPolicy : public pkgDepCache::Policy
 
    // Things for the cache interface.
    virtual pkgCache::VerIterator GetCandidateVer(pkgCache::PkgIterator const &Pkg);
-   virtual bool IsImportantDep(pkgCache::DepIterator Dep) {return pkgDepCache::Policy::IsImportantDep(Dep);};
+   virtual bool IsImportantDep(pkgCache::DepIterator const &Dep) {return pkgDepCache::Policy::IsImportantDep(Dep);};
    bool InitDefaults();
    
    pkgPolicy(pkgCache *Owner);