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:
@@ -12,6 +12,7 @@
|
|||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
|
|
||||||
class Playlist;
|
class Playlist;
|
||||||
|
struct entry_ref;
|
||||||
|
|
||||||
class CopyPLItemsCommand : public Command {
|
class CopyPLItemsCommand : public Command {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
class BMessage;
|
class BMessage;
|
||||||
class Playlist;
|
class Playlist;
|
||||||
|
struct entry_ref;
|
||||||
|
|
||||||
class ImportPLItemsCommand : public Command {
|
class ImportPLItemsCommand : public Command {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
|
|
||||||
class Playlist;
|
class Playlist;
|
||||||
|
struct entry_ref;
|
||||||
|
|
||||||
class MovePLItemsCommand : public Command {
|
class MovePLItemsCommand : public Command {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
#include <List.h>
|
#include <List.h>
|
||||||
#include <Locker.h>
|
#include <Locker.h>
|
||||||
|
|
||||||
|
class BMessage;
|
||||||
|
|
||||||
class Playlist : public BLocker {
|
class Playlist : public BLocker {
|
||||||
public:
|
public:
|
||||||
class Listener {
|
class Listener {
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
|
|
||||||
class Playlist;
|
class Playlist;
|
||||||
|
struct entry_ref;
|
||||||
|
|
||||||
class RemovePLItemsCommand : public Command {
|
class RemovePLItemsCommand : public Command {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user