summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.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/pkgcachegen.h
parente1cb4e100320ceb5c81583943f57bcd007a95a7d (diff)
apt-pkg/edsp/edsplistparser.cc: APT::StringView -> std::string_view
Diffstat (limited to 'apt-pkg/pkgcachegen.h')
-rw-r--r--apt-pkg/pkgcachegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcachegen.h b/apt-pkg/pkgcachegen.h
index 420642684..5ac235255 100644
--- a/apt-pkg/pkgcachegen.h
+++ b/apt-pkg/pkgcachegen.h
@@ -209,7 +209,7 @@ class APT_HIDDEN pkgCacheListParser
virtual APT::StringView Version() = 0;
virtual bool NewVersion(pkgCache::VerIterator &Ver) = 0;
virtual std::vector<std::string> AvailableDescriptionLanguages() = 0;
- virtual APT::StringView Description_md5() = 0;
+ virtual std::string_view Description_md5() = 0;
virtual uint32_t VersionHash() = 0;
/** compare currently parsed version with given version
*