From b9044f36d9f301457e87c0e4254e3285897bdcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 1 Apr 2008 23:09:21 +0000 Subject: [PATCH] Was missing BFilePanel class declaration. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24734 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/playlist/PlaylistWindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/mediaplayer/playlist/PlaylistWindow.h b/src/apps/mediaplayer/playlist/PlaylistWindow.h index 9e1b6d3391..45694f01dd 100644 --- a/src/apps/mediaplayer/playlist/PlaylistWindow.h +++ b/src/apps/mediaplayer/playlist/PlaylistWindow.h @@ -24,6 +24,7 @@ class Playlist; class PlaylistListView; class RWLocker; class BButton; +class BFilePanel; class PlaylistWindow : public BWindow { public: