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
This commit is contained in:
Axel Dörfler
2007-06-04 18:21:44 +00:00
parent 7aced0c776
commit 694b9a7778
5 changed files with 6 additions and 0 deletions
@@ -12,6 +12,7 @@
#include "Command.h"
class Playlist;
struct entry_ref;
class CopyPLItemsCommand : public Command {
public:
@@ -13,6 +13,7 @@
class BMessage;
class Playlist;
struct entry_ref;
class ImportPLItemsCommand : public Command {
public:
@@ -12,6 +12,7 @@
#include "Command.h"
class Playlist;
struct entry_ref;
class MovePLItemsCommand : public Command {
public:
+2
View File
@@ -25,6 +25,8 @@
#include <List.h>
#include <Locker.h>
class BMessage;
class Playlist : public BLocker {
public:
class Listener {
@@ -12,6 +12,7 @@
#include "Command.h"
class Playlist;
struct entry_ref;
class RemovePLItemsCommand : public Command {
public: