]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.cc
* merged another missing bit from the ubuntu branch
[apt.git] / apt-pkg / depcache.cc
index af2fd54c7a10f7ad33cde8d8b70c7fb3d1c9d52b..fe981ea763a339a35e44e5f7c4df2cb3cebb8551 100644 (file)
@@ -178,7 +178,7 @@ bool pkgDepCache::readStateFile(OpProgress *Prog)
    return true;
 }
 
-bool pkgDepCache::writeStateFile(OpProgress *prog)
+bool pkgDepCache::writeStateFile(OpProgress *prog, bool InstalledOnly)
 {
    if(_config->FindB("Debug::pkgAutoRemove",false))
       std::clog << "pkgDepCache::writeStateFile()" << std::endl;