more on gcc4 build fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22580 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
#include <TimeSource.h>
|
#include <TimeSource.h>
|
||||||
|
|
||||||
class AudioMixer;
|
class AudioMixer;
|
||||||
|
class BBufferGroup;
|
||||||
class MixerInput;
|
class MixerInput;
|
||||||
class MixerOutput;
|
class MixerOutput;
|
||||||
class Resampler;
|
class Resampler;
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#include <InterfaceKit.h>
|
#include <InterfaceKit.h>
|
||||||
#include "InterfaceUtils.h"
|
#include "InterfaceUtils.h"
|
||||||
|
|
||||||
|
class BNode;
|
||||||
|
|
||||||
#ifndef ROUND_UP
|
#ifndef ROUND_UP
|
||||||
#define ROUND_UP(x, y) (((x) + (y) - 1) & ~((y) - 1))
|
#define ROUND_UP(x, y) (((x) + (y) - 1) & ~((y) - 1))
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -16,6 +16,10 @@
|
|||||||
#include "Settings.h"
|
#include "Settings.h"
|
||||||
#include"VideoConsumer.h"
|
#include"VideoConsumer.h"
|
||||||
|
|
||||||
|
|
||||||
|
class BMediaRoster;
|
||||||
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
msg_filename = 'file',
|
msg_filename = 'file',
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
// AddOnHost.cpp
|
|
||||||
|
|
||||||
#include "AddOnHost.h"
|
#include "AddOnHost.h"
|
||||||
#include "AddOnHostProtocol.h"
|
#include "AddOnHostProtocol.h"
|
||||||
|
|
||||||
@@ -240,4 +238,3 @@ status_t AddOnHost::ReleaseInternalNode(
|
|||||||
return (reply.FindInt32("error", &err) == B_OK) ? err : B_ERROR;
|
return (reply.FindInt32("error", &err) == B_OK) ? err : B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
// END -- AddOnHost.cpp --
|
|
||||||
@@ -37,6 +37,8 @@ All rights reserved.
|
|||||||
|
|
||||||
#include "tracker_private.h"
|
#include "tracker_private.h"
|
||||||
|
|
||||||
|
class BFilePanel;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
msg_be_container
|
msg_be_container
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
#define NAME_V 10
|
#define NAME_V 10
|
||||||
#define STATE_WIDTH 175
|
#define STATE_WIDTH 175
|
||||||
|
|
||||||
|
class BPopUpMenu;
|
||||||
class TTextControl;
|
class TTextControl;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#include <ListView.h>
|
#include <ListView.h>
|
||||||
|
|
||||||
class BButton;
|
class BButton;
|
||||||
|
class BTabView;
|
||||||
|
|
||||||
class ModulesView;
|
class ModulesView;
|
||||||
class ScreenCornerSelector;
|
class ScreenCornerSelector;
|
||||||
|
|||||||
Reference in New Issue
Block a user