Tracker: style fix, use NULL instead of 0 for pointers

This commit is contained in:
John Scipione
2014-06-21 04:04:22 -04:00
parent 512c80ef1c
commit b0fcbfb871
+2 -2
View File
@@ -265,8 +265,8 @@ BNavMenu::BNavMenu(const char* title, uint32 message, const BHandler* target,
fMessenger(target, target->Looper()),
fParentWindow(parentWindow),
fFlags(0),
fItemList(0),
fContainer(0),
fItemList(NULL),
fContainer(NULL),
fTypesList(new BObjectList<BString>(10, true))
{
if (list != NULL)