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 859af3a0921a0bc58d1d663c3f0fbaaf5a2fa9a3..ef4c17cd2ec3e602ec8db7ccec4b34a33da74622 100644
(file)
--- a/
apt-pkg/pkgrecords.cc
+++ b/
apt-pkg/pkgrecords.cc
@@
-76,3
+76,6
@@
pkgRecords::Parser &pkgRecords::Lookup(pkgCache::DescFileIterator const &Desc)
return *Files[Desc.File()->ID];
}
/*}}}*/
+
+pkgRecords::Parser::Parser() : d(NULL) {}
+pkgRecords::Parser::~Parser() {}