projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
eipp: avoid producing file warnings in simulation
[apt.git]
/
apt-pkg
/
pkgrecords.cc
diff --git
a/apt-pkg/pkgrecords.cc
b/apt-pkg/pkgrecords.cc
index 87c965f87cc47a79aa671adab83cc9e2c5b42828..ef4c17cd2ec3e602ec8db7ccec4b34a33da74622 100644
(file)
--- a/
apt-pkg/pkgrecords.cc
+++ b/
apt-pkg/pkgrecords.cc
@@
-77,5
+77,5
@@
pkgRecords::Parser &pkgRecords::Lookup(pkgCache::DescFileIterator const &Desc)
}
/*}}}*/
-pkgRecords::Parser::Parser() {}
+pkgRecords::Parser::Parser()
: d(NULL)
{}
pkgRecords::Parser::~Parser() {}