summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcache.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-06-18 09:35:53 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-06-18 09:35:53 +0200
commitb686f453b14e11a69ecbd368509f7eaf1596c6e0 (patch)
tree15cdb84478e3bbad22bca78514fb89453d202d6f /apt-pkg/pkgcache.h
parenteceb418be84f6271c10e374281c1a8379647679b (diff)
[API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::Next
This is a internal struct not a external interface so the actual breakage should be small.
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r--apt-pkg/pkgcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h
index 4dd1b33d4..43d379ddf 100644
--- a/apt-pkg/pkgcache.h
+++ b/apt-pkg/pkgcache.h
@@ -388,7 +388,7 @@ struct pkgCache::Package
// Linked list
/** \brief Link to the next package in the same bucket */
- map_ptrloc NextPackage; // Package
+ map_ptrloc Next; // Package
/** \brief List of all dependencies on this package */
map_ptrloc RevDepends; // Dependency
/** \brief List of all "packages" this package provide */