]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.h
releasing package apt version 1.1~exp1
[apt.git] / apt-pkg / packagemanager.h
index 558132ceb2a42eb7073db4f06195a014f31a5bbe..4972dcd04bbea1efb736513c4ae6cf30be2740b5 100644 (file)
@@ -98,6 +98,7 @@ class pkgPackageManager : protected pkgCache::Namespace
    virtual bool Remove(PkgIterator /*Pkg*/,bool /*Purge*/=false) {return false;};
 #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13)
    virtual bool Go(APT::Progress::PackageManager * /*progress*/) {return true;};
+   virtual bool Go(int /*statusFd*/=-1) {return true;};
 #else
    virtual bool Go(int /*statusFd*/=-1) {return true;};
 #endif