]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.h
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / pkgrecords.h
index ece91680e518e3daf3b86cd912ded17c35bc7128..ad3946c1bee6bbde736e88ca4e4ee18616b05140 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/fileutl.h>
+#include <vector>
 
 class pkgRecords
 {
@@ -32,9 +33,8 @@ class pkgRecords
    private:
    
    pkgCache &Cache;
-   Parser **Files;
-   int PackageFileCount;
-      
+   std::vector<Parser *>Files;
+
    public:
 
    // Lookup function