]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
debListParser: Convert to use pkgTagSection::Key-based lookup
[apt.git] / apt-pkg / deb / deblistparser.h
index 102cd62aa18c65bd8624a43002b9c99f25b3fc16..43ce0cfd36f14403a4483329ca333677fa5f8b67 100644 (file)
@@ -52,10 +52,8 @@ class APT_HIDDEN debListParser : public pkgCacheListParser
    map_filesize_t iOffset;
 
    virtual bool ParseStatus(pkgCache::PkgIterator &Pkg,pkgCache::VerIterator &Ver);
-#ifdef APT_PKG_EXPOSE_STRING_VIEW
-   bool ParseDepends(pkgCache::VerIterator &Ver, APT::StringView Tag,
+   bool ParseDepends(pkgCache::VerIterator &Ver, pkgTagSection::Key Key,
                     unsigned int Type);
-#endif
    bool ParseProvides(pkgCache::VerIterator &Ver);
 
 #ifdef APT_PKG_EXPOSE_STRING_VIEW