diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-31 17:08:20 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-31 17:08:20 +0100 |
commit | c5f0d8e6f8d338727b2b6bc4be0e482082398014 (patch) | |
tree | 96cad2dfc47cca81b7a4d0ac3787c27003f2ca5d /apt-pkg/packagemanager.h | |
parent | bd5f39b34cc0e8cebbe9103f569d4d903e75bd2b (diff) |
fix some more ABI issues, abicheck is happy now
Diffstat (limited to 'apt-pkg/packagemanager.h')
-rw-r--r-- | apt-pkg/packagemanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/packagemanager.h b/apt-pkg/packagemanager.h index a5c58e4a7..853b9bac8 100644 --- a/apt-pkg/packagemanager.h +++ b/apt-pkg/packagemanager.h @@ -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() {}; |