From 793c9b1f3059c35b66c19f62fa39b6607809fea0 Mon Sep 17 00:00:00 2001 From: наб Date: Tue, 12 Nov 2024 17:59:18 +0100 Subject: APT::StringView -> std::string_view [textonly] --- apt-pkg/cachefilter-patterns.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/cachefilter-patterns.cc') diff --git a/apt-pkg/cachefilter-patterns.cc b/apt-pkg/cachefilter-patterns.cc index 838c71a81..e79e1afb5 100644 --- a/apt-pkg/cachefilter-patterns.cc +++ b/apt-pkg/cachefilter-patterns.cc @@ -588,7 +588,7 @@ BaseRegexMatcher::~BaseRegexMatcher() } // namespace Internal // The bridge into the public world -std::unique_ptr APT::CacheFilter::ParsePattern(APT::StringView pattern, pkgCacheFile *file) +std::unique_ptr APT::CacheFilter::ParsePattern(std::string_view pattern, pkgCacheFile *file) { if (file != nullptr && !file->BuildDepCache()) return nullptr; -- cgit v1.2.3-70-g09d2