summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2019-01-04 17:11:26 +0000
committerJulian Andres Klode <jak@debian.org>2019-01-04 17:11:26 +0000
commitd87d15beb103a20728348a0f4a4cedec8192ea6d (patch)
treee18cbfc0edecda5c817b82ec82a920bcc18f31b8 /apt-pkg/deb/deblistparser.h
parentd4be30586e85c8c89d7c8e68304092e9f57a3119 (diff)
parent563fedea263361b0786303f58dccc1a9a733e1d9 (diff)
Merge branch 'pu/speedups' into 'master'
Pu/speedups See merge request apt-team/apt!42
Diffstat (limited to 'apt-pkg/deb/deblistparser.h')
-rw-r--r--apt-pkg/deb/deblistparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h
index 09b56665f..f02252d58 100644
--- a/apt-pkg/deb/deblistparser.h
+++ b/apt-pkg/deb/deblistparser.h
@@ -45,6 +45,7 @@ class APT_HIDDEN debListParser : public pkgCacheListParser
std::vector<std::string> forceEssential;
std::vector<std::string> forceImportant;
std::string MD5Buffer;
+ std::string myArch;
protected:
pkgTagFile Tags;