From f56bf5b03e8b4fa3234685fe5f01050a83b88ef4 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 2 May 2013 20:13:47 -0400 Subject: [PATCH] Add class declarations to header --- headers/os/interface/OutlineListView.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/headers/os/interface/OutlineListView.h b/headers/os/interface/OutlineListView.h index e553bd345e..87b2be2d2c 100644 --- a/headers/os/interface/OutlineListView.h +++ b/headers/os/interface/OutlineListView.h @@ -8,8 +8,12 @@ #include -class BListItem; +class BList; +class BListItem; +class BMessage; +class BPoint; +class BRect; class BOutlineListView : public BListView { public: