summaryrefslogtreecommitdiff
path: root/python/pkgrecords.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/pkgrecords.h')
-rw-r--r--python/pkgrecords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pkgrecords.h b/python/pkgrecords.h
index 78787eab..1e26c8cf 100644
--- a/python/pkgrecords.h
+++ b/python/pkgrecords.h
@@ -4,7 +4,7 @@ struct PkgRecordsStruct
{
pkgRecords Records;
pkgRecords::Parser *Last;
-
+
PkgRecordsStruct(pkgCache *Cache) : Records(*Cache), Last(0) {};
PkgRecordsStruct() : Records(*(pkgCache *)0) {abort();}; // G++ Bug..
};