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:
Jérôme Duval
2007-10-15 23:03:15 +00:00
parent 828573bac7
commit 7ebabb8644
7 changed files with 11 additions and 3 deletions
@@ -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
+4
View File
@@ -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 --
+2
View File
@@ -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
}; };
+1
View File
@@ -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;