summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
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.cc
parente1cb4e100320ceb5c81583943f57bcd007a95a7d (diff)
apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_view
Diffstat (limited to 'apt-pkg/deb/deblistparser.cc')
-rw-r--r--apt-pkg/deb/deblistparser.cc2
1 files changed, 1 insertions, 1 deletions
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<std::string> 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);
}