]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
cleanup datatypes mix used in binary cache
[apt.git] / cmdline / apt-cache.cc
index 2ed1bf5d4284316c39355972f80ebed36acedde0..620cb6c018125ec34e98b396118ed50e694a5925 100644 (file)
@@ -1275,7 +1275,7 @@ static bool DisplayRecord(pkgCacheFile &CacheFile, pkgCache::VerIterator V)
 struct ExDescFile
 {
    pkgCache::DescFile *Df;
-   map_ptrloc ID;
+   map_id_t ID;
 };
 
 // Search - Perform a search                                           /*{{{*/