diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-23 10:58:44 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-23 10:58:44 +0100 |
commit | f0b503b394e6d1e9263e905560ec56a01d847563 (patch) | |
tree | 7e31aa11319f293232f3e7c2811efe72b36c5258 /apt-pkg/pkgcache.h | |
parent | 2277979628e2497578f2066ed76b98086c5e9cac (diff) | |
parent | 286afa36886b60bea0a17d244f8bddad938f27cf (diff) |
merged from lp:~donkult/apt/experimental
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 7e32a3a96..fd1a02149 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -198,6 +198,7 @@ class pkgCache /*{{{*/ inline PkgFileIterator FileEnd(); inline bool MultiArchCache() const { return MultiArchEnabled; }; + inline char const * const NativeArch() const; // Make me a function pkgVersioningSystem *VS; @@ -213,7 +214,6 @@ class pkgCache /*{{{*/ private: bool MultiArchEnabled; PkgIterator SingleArchFindPkg(const std::string &Name); - inline char const * const NativeArch() const; }; /*}}}*/ // Header structure /*{{{*/ |