X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/59e4486eb632f4e56eb336fe5a7dc694059e741c..8d4b705ab0ef3a0de13a9ff9f1aa47f09112f374:/apt-pkg/pkgrecords.h diff --git a/apt-pkg/pkgrecords.h b/apt-pkg/pkgrecords.h index 31c444dbf..bae5284ab 100644 --- a/apt-pkg/pkgrecords.h +++ b/apt-pkg/pkgrecords.h @@ -17,12 +17,10 @@ #ifndef PKGLIB_PKGRECORDS_H #define PKGLIB_PKGRECORDS_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/pkgrecords.h" -#endif #include #include +#include class pkgRecords { @@ -32,8 +30,8 @@ class pkgRecords private: pkgCache &Cache; - Parser **Files; - + std::vectorFiles; + public: // Lookup function