From 982998a061461a503352d85b1d0a76a99c8480cd Mon Sep 17 00:00:00 2001 From: наб Date: Tue, 12 Nov 2024 17:59:21 +0100 Subject: apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_view --- apt-pkg/deb/deblistparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/deb/deblistparser.cc') diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index 13e8fd06d..f9835f797 100644 --- a/apt-pkg/deb/deblistparser.cc +++ b/apt-pkg/deb/deblistparser.cc @@ -280,7 +280,7 @@ std::vector debListParser::AvailableDescriptionLanguages() description. If no Description-md5 is found in the section it will be calculated. */ -APT::StringView debListParser::Description_md5() +std::string_view debListParser::Description_md5() { return Section.Find(pkgTagSection::Key::Description_md5); } -- cgit v1.2.3-70-g09d2