]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / depcache.h
index c6f245a8094c1d5de4fd06cda6f0f14af3c3d62d..72d7cce5d5c68c0dba16d380db8b692d83c64cf3 100644 (file)
@@ -405,7 +405,7 @@ class pkgDepCache : protected pkgCache::Namespace
                    bool ForceImportantDeps = false);
 
    void SetReInstall(PkgIterator const &Pkg,bool To);
-   void SetCandidateVersion(VerIterator TargetVer);
+   void SetCandidateVersion(VerIterator TargetVer, bool const &Pseudo = true);
 
    /** Set the "is automatically installed" flag of Pkg. */
    void MarkAuto(const PkgIterator &Pkg, bool Auto);