diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-04-16 15:28:23 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-04-16 15:28:23 +0200 |
commit | 1dca8dc55c1fcf4bda07a7e8285de7f225448697 (patch) | |
tree | 25366e329ee89765bbe92c0fb45f6c301ef6375d /apt-pkg/indexrecords.h | |
parent | d0cfa8adbdd74ad7e363019739c77e713dc982e5 (diff) |
load the size from the metaindex into the fetcher to have even more accurate progress information
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(); |