diff options
author | Michael Vogt <mvo@debian.org> | 2014-05-07 18:11:00 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-05-07 18:11:00 +0200 |
commit | 17f6ffe0c319859761707bdcd1a1afa5bfab0bb2 (patch) | |
tree | a81daf1ca43b5ac07be5ff6c15bda2dcdf6483ea /apt-pkg/indexrecords.h | |
parent | 00026265672f2663e0aa0ab1a3fa7333f718a643 (diff) | |
parent | ff94be47f5dbdcf99cea23fad8c9b992a8e5a67e (diff) |
Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debian/experimental
Diffstat (limited to 'apt-pkg/indexrecords.h')
-rw-r--r-- | apt-pkg/indexrecords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/indexrecords.h b/apt-pkg/indexrecords.h index e31f889ad..2260a4ae1 100644 --- a/apt-pkg/indexrecords.h +++ b/apt-pkg/indexrecords.h @@ -41,7 +41,7 @@ class indexRecords indexRecords(const std::string ExpectedDist); // Lookup function - virtual const checkSum *Lookup(const std::string MetaKey); + virtual checkSum *Lookup(const std::string MetaKey); /** \brief tests if a checksum for this file is available */ bool Exists(std::string const &MetaKey) const; std::vector<std::string> MetaKeys(); |