]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
use APT::StringView for GrabWord
[apt.git] / apt-pkg / deb / deblistparser.h
index dd60ac50f3ec367e141968a477a59874c4f5eb45..4663c011962e453817797117d5117f9bbdfa9857 100644 (file)
@@ -33,12 +33,14 @@ class APT_HIDDEN debListParser : public pkgCacheListParser
 {
    public:
 
+#ifdef APT_PKG_EXPOSE_STRING_VIEW
    // Parser Helper
    struct WordList
    {
-      const char *Str;
+      APT::StringView Str;
       unsigned char Val;
    };
+#endif
 
    private:
    /** \brief dpointer placeholder (for later in case we need it) */