#if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13)
virtual bool Go(APT::Progress::PackageManager *progress) {return true;};
#else
- virtual bool Go(int StatusFd=-1) {return true;};
+ virtual bool Go(int statusFd=-1) {return true;};
#endif
virtual void Reset() {};