CID 1251074: uninitialized member.
This commit is contained in:
@@ -48,7 +48,8 @@ get_nth_addon(image_id image, int index)
|
|||||||
InterfacesAddOn::InterfacesAddOn(image_id image)
|
InterfacesAddOn::InterfacesAddOn(image_id image)
|
||||||
:
|
:
|
||||||
NetworkSetupAddOn(image),
|
NetworkSetupAddOn(image),
|
||||||
BBox(NULL, B_NAVIGABLE_JUMP, B_NO_BORDER)
|
BBox(NULL, B_NAVIGABLE_JUMP, B_NO_BORDER),
|
||||||
|
fListView(NULL)
|
||||||
{
|
{
|
||||||
SetName("Interfaces");
|
SetName("Interfaces");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user