]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-install.cc
drop some needlessly public declarations in libapt-private
[apt.git] / apt-private / private-install.cc
index 52572ed8029db8eaef28fc05e3f8e0167cc2c3c2..74a2424c56d2ef19d0fc284a5b3607b7e48507ef 100644 (file)
@@ -666,7 +666,7 @@ struct PkgIsExtraInstalled {
    pkgCacheFile * const Cache;
    APT::VersionSet const * const verset;
    PkgIsExtraInstalled(pkgCacheFile * const Cache, APT::VersionSet const * const Container) : Cache(Cache), verset(Container) {}
-   bool operator() (pkgCache::PkgIterator const Pkg)
+   bool operator() (pkgCache::PkgIterator const &Pkg)
    {
         if ((*Cache)[Pkg].Install() == false)
            return false;