From f8f104b2e1f9e8fb3f807cbffae4dd5ce3becbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 8 Mar 2006 16:36:04 +0000 Subject: [PATCH] Fixed build, thanks Jerome! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16653 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/OutlineListView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/OutlineListView.h b/headers/os/interface/OutlineListView.h index 006df5f1e0..ac0da8bcf3 100644 --- a/headers/os/interface/OutlineListView.h +++ b/headers/os/interface/OutlineListView.h @@ -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 *);