Fix CID-10211 (uninitialized member in c'tor):
* fDropIndex should be initialized git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -134,6 +134,7 @@ LanguageListItem::Update(BView* owner, const BFont* font)
|
||||
LanguageListView::LanguageListView(const char* name, list_view_type type)
|
||||
:
|
||||
BOutlineListView(name, type),
|
||||
fDropIndex(-1),
|
||||
fDeleteMessage(NULL),
|
||||
fDragMessage(NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user