summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.h
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2024-11-12 17:59:21 +0100
committerнаб <nabijaczleweli@nabijaczleweli.xyz>2024-11-12 20:36:16 +0100
commit982998a061461a503352d85b1d0a76a99c8480cd (patch)
treeeeecb3875d06ce7c38bfa07660421095c7dbd775 /apt-pkg/deb/deblistparser.h
parente1cb4e100320ceb5c81583943f57bcd007a95a7d (diff)
apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_view
Diffstat (limited to 'apt-pkg/deb/deblistparser.h')
-rw-r--r--apt-pkg/deb/deblistparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h
index e6767d7d5..1070e806d 100644
--- a/apt-pkg/deb/deblistparser.h
+++ b/apt-pkg/deb/deblistparser.h
@@ -66,7 +66,7 @@ class APT_HIDDEN debListParser : public pkgCacheListParser
virtual APT::StringView Version() APT_OVERRIDE;
virtual bool NewVersion(pkgCache::VerIterator &Ver) APT_OVERRIDE;
virtual std::vector<std::string> AvailableDescriptionLanguages() APT_OVERRIDE;
- virtual APT::StringView Description_md5() APT_OVERRIDE;
+ virtual std::string_view Description_md5() APT_OVERRIDE;
virtual uint32_t VersionHash() APT_OVERRIDE;
virtual bool SameVersion(uint32_t Hash, pkgCache::VerIterator const &Ver) APT_OVERRIDE;
virtual bool UsePackage(pkgCache::PkgIterator &Pkg,