From 694b9a77787e84e40d0ee282e4a5829b2e536445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 4 Jun 2007 18:21:44 +0000 Subject: [PATCH] Fixed build under Dano; doesn't work there, though, but hangs on start in some endless loop. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21323 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/playlist/CopyPLItemsCommand.h | 1 + src/apps/mediaplayer/playlist/ImportPLItemsCommand.h | 1 + src/apps/mediaplayer/playlist/MovePLItemsCommand.h | 1 + src/apps/mediaplayer/playlist/Playlist.h | 2 ++ src/apps/mediaplayer/playlist/RemovePLItemsCommand.h | 1 + 5 files changed, 6 insertions(+) diff --git a/src/apps/mediaplayer/playlist/CopyPLItemsCommand.h b/src/apps/mediaplayer/playlist/CopyPLItemsCommand.h index e943c916ed..099c8c6d5b 100644 --- a/src/apps/mediaplayer/playlist/CopyPLItemsCommand.h +++ b/src/apps/mediaplayer/playlist/CopyPLItemsCommand.h @@ -12,6 +12,7 @@ #include "Command.h" class Playlist; +struct entry_ref; class CopyPLItemsCommand : public Command { public: diff --git a/src/apps/mediaplayer/playlist/ImportPLItemsCommand.h b/src/apps/mediaplayer/playlist/ImportPLItemsCommand.h index 6f15b62922..9d22726543 100644 --- a/src/apps/mediaplayer/playlist/ImportPLItemsCommand.h +++ b/src/apps/mediaplayer/playlist/ImportPLItemsCommand.h @@ -13,6 +13,7 @@ class BMessage; class Playlist; +struct entry_ref; class ImportPLItemsCommand : public Command { public: diff --git a/src/apps/mediaplayer/playlist/MovePLItemsCommand.h b/src/apps/mediaplayer/playlist/MovePLItemsCommand.h index ce3f460180..f093dd54c8 100644 --- a/src/apps/mediaplayer/playlist/MovePLItemsCommand.h +++ b/src/apps/mediaplayer/playlist/MovePLItemsCommand.h @@ -12,6 +12,7 @@ #include "Command.h" class Playlist; +struct entry_ref; class MovePLItemsCommand : public Command { public: diff --git a/src/apps/mediaplayer/playlist/Playlist.h b/src/apps/mediaplayer/playlist/Playlist.h index 2c4522d61e..f187e9122b 100644 --- a/src/apps/mediaplayer/playlist/Playlist.h +++ b/src/apps/mediaplayer/playlist/Playlist.h @@ -25,6 +25,8 @@ #include #include +class BMessage; + class Playlist : public BLocker { public: class Listener { diff --git a/src/apps/mediaplayer/playlist/RemovePLItemsCommand.h b/src/apps/mediaplayer/playlist/RemovePLItemsCommand.h index 6f310ef774..013130ac72 100644 --- a/src/apps/mediaplayer/playlist/RemovePLItemsCommand.h +++ b/src/apps/mediaplayer/playlist/RemovePLItemsCommand.h @@ -12,6 +12,7 @@ #include "Command.h" class Playlist; +struct entry_ref; class RemovePLItemsCommand : public Command { public: