summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgrecords.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-09-22 13:36:39 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-09-22 13:36:39 +0000
commit14cd494a9fa0d6801410bf121beb74ea631d59a6 (patch)
treeb25799799bb1f9d78ab167b91f21763ae3764aaa /apt-pkg/pkgrecords.h
parentceb00be9927199c067827a630ddc254149afcb57 (diff)
* make sure that the pkgRecords D'tor does not segfault
Diffstat (limited to 'apt-pkg/pkgrecords.h')
-rw-r--r--apt-pkg/pkgrecords.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/pkgrecords.h b/apt-pkg/pkgrecords.h
index 08f004414..f31e83afe 100644
--- a/apt-pkg/pkgrecords.h
+++ b/apt-pkg/pkgrecords.h
@@ -33,6 +33,7 @@ class pkgRecords
pkgCache &Cache;
Parser **Files;
+ int PackageFileCount;
public: