]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/packagemanager.h
add #ifdefed ABI break & cleaner solution once the abi break is in place
[apt.git] / apt-pkg / packagemanager.h
index a5c58e4a7e46702c55aeec71805903d9d8bc93d8..853b9bac8c9f9b0878d7285ae3bb143eb3c37470 100644 (file)
@@ -91,7 +91,7 @@ class pkgPackageManager : protected pkgCache::Namespace
 #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() {};