Tracker: style fix, use NULL instead of 0 for pointers
This commit is contained in:
@@ -265,8 +265,8 @@ BNavMenu::BNavMenu(const char* title, uint32 message, const BHandler* target,
|
|||||||
fMessenger(target, target->Looper()),
|
fMessenger(target, target->Looper()),
|
||||||
fParentWindow(parentWindow),
|
fParentWindow(parentWindow),
|
||||||
fFlags(0),
|
fFlags(0),
|
||||||
fItemList(0),
|
fItemList(NULL),
|
||||||
fContainer(0),
|
fContainer(NULL),
|
||||||
fTypesList(new BObjectList<BString>(10, true))
|
fTypesList(new BObjectList<BString>(10, true))
|
||||||
{
|
{
|
||||||
if (list != NULL)
|
if (list != NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user