]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.h
* apt-pkg/init.cc:
[apt.git] / apt-pkg / pkgrecords.h
index ea1a23fc484bf1b407d0545d69114d5490be11de..7b9f51a5000d56ba6f340532f260ffacc0343475 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/fileutl.h>
+#include <vector>
 
 class pkgRecords
 {
@@ -29,8 +30,8 @@ class pkgRecords
    private:
    
    pkgCache &Cache;
-   Parser **Files;
-      
+   std::vector<Parser *>Files;
+
    public:
 
    // Lookup function