diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-09-02 18:20:49 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-09-07 19:27:10 +0200 |
commit | 25594bb5bddc031afc4d62f3164cd9116d778517 (patch) | |
tree | 835f4d6e3c3262a1268f038a2c6f87e36a544f9a /apt-pkg | |
parent | 1a68655de92fd036ebc7c920bc2e5e88c54eb34e (diff) |
make GetLocalitySortedVersionSet more generic
No reason in and of by itself at the moment, but prepares for the goal
of having 'apt search' and 'apt-cache search' using the same code now
that they at least support the same stuff. The 'apt' code is just a
multitude slower at the moment…
Git-Dch: Ignore
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/cachefilter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/cachefilter.h b/apt-pkg/cachefilter.h index 49d2855f5..6d10d1163 100644 --- a/apt-pkg/cachefilter.h +++ b/apt-pkg/cachefilter.h @@ -73,6 +73,7 @@ public: bool operator() (pkgCache::VerIterator const &Ver); ~PackageArchitectureMatchesSpecification(); }; + /*}}}*/ #else |