]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.h
Added a depends option to apt-cache
[apt.git] / apt-pkg / pkgcachegen.h
index 90b2e18af9fe5424f86476db91e3ff2df382ecc7..2bdabcee0ff7bd1113fbef567e3a3911aceb79dc 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: pkgcachegen.h,v 1.15 1999/05/23 22:55:54 jgg Exp $
+// $Id: pkgcachegen.h,v 1.16 1999/07/15 03:15:48 jgg Exp $
 /* ######################################################################
    
    Package Cache Generator - Generator for the cache structure.
@@ -82,7 +82,7 @@ class pkgCacheGenerator::ListParser
    
    // Some cache items
    pkgCache::VerIterator OldDepVer;
-   __apt_ptrloc *OldDepLast;
+   map_ptrloc *OldDepLast;
       
    protected: