Uninitialized members CID 1162813 and 1162814

This commit is contained in:
Stephan Aßmus
2014-01-22 17:41:51 +01:00
parent 8db7af4f5f
commit cb3dc4b2cf
2 changed files with 4 additions and 2 deletions
@@ -21,7 +21,8 @@ namespace PackageFS {
PackageSettingsItem::PackageSettingsItem() PackageSettingsItem::PackageSettingsItem()
: :
fEntries() fEntries(),
fHashNext(NULL)
{ {
} }
@@ -27,7 +27,8 @@ public:
: :
fParent(parent), fParent(parent),
fName(NULL), fName(NULL),
fIsBlackListed(false) fIsBlackListed(false),
fHashNext(NULL)
{ {
} }