summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edsplistparser.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2020-02-18 12:40:38 +0000
committerJulian Andres Klode <jak@debian.org>2020-02-18 12:40:38 +0000
commit1cab45a32c1b87f22ec80adf019eb3de7ef2605d (patch)
tree8aa4ec8fc533526814fed6366d6d52adee053e22 /apt-pkg/edsp/edsplistparser.h
parent62683ed6459e874119f3346d8be66b85e8a90533 (diff)
parent237ef6d210a0370131deb58277e77d579d58d15a (diff)
Merge branch 'pu/no-more-crc16' into 'master'
ABI break: Remove CRC-16 See merge request apt-team/apt!97
Diffstat (limited to 'apt-pkg/edsp/edsplistparser.h')
-rw-r--r--apt-pkg/edsp/edsplistparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/edsp/edsplistparser.h b/apt-pkg/edsp/edsplistparser.h
index 2c136026d..41bfd1f79 100644
--- a/apt-pkg/edsp/edsplistparser.h
+++ b/apt-pkg/edsp/edsplistparser.h
@@ -27,7 +27,7 @@ class APT_HIDDEN edspLikeListParser : public debListParser
virtual bool NewVersion(pkgCache::VerIterator &Ver) APT_OVERRIDE;
virtual std::vector<std::string> AvailableDescriptionLanguages() APT_OVERRIDE;
virtual APT::StringView Description_md5() APT_OVERRIDE;
- virtual unsigned short VersionHash() APT_OVERRIDE;
+ virtual uint32_t VersionHash() APT_OVERRIDE;
explicit edspLikeListParser(FileFd *File);
virtual ~edspLikeListParser();