Fixed build, thanks Jerome!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16653 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-03-08 16:36:04 +00:00
parent 000d23ff71
commit f8f104b2e1

View File

@ -116,7 +116,7 @@ class BOutlineListView : public BListView {
void _DestructTree(BList* tree);
BList* _BuildTree(BListItem* underItem, int32& index);
BListItem* RemoveCommon(int32 fullListIndex);
BListItem* _RemoveItem(BListItem* item, int32 fullListIndex);
BListItem* RemoveOne(int32 fullListIndex);
static void TrackInLatchItem(void *);