Fixed gcc 4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15010 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
#include <Synth.h>
|
#include <Synth.h>
|
||||||
#include <MidiDefs.h>
|
#include <MidiDefs.h>
|
||||||
|
|
||||||
|
class BSynth;
|
||||||
|
|
||||||
class BMidiSynth : public BMidi
|
class BMidiSynth : public BMidi
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -87,8 +87,8 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
friend BMidiSynth;
|
friend class BMidiSynth;
|
||||||
friend BMidiSynthFile;
|
friend class BMidiSynthFile;
|
||||||
|
|
||||||
virtual void _ReservedSynth1();
|
virtual void _ReservedSynth1();
|
||||||
virtual void _ReservedSynth2();
|
virtual void _ReservedSynth2();
|
||||||
|
|||||||
@@ -21,8 +21,9 @@
|
|||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <MidiSynth.h>
|
||||||
|
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "MidiSynth.h"
|
|
||||||
#include "SoftSynth.h"
|
#include "SoftSynth.h"
|
||||||
|
|
||||||
using namespace BPrivate;
|
using namespace BPrivate;
|
||||||
|
|||||||
@@ -59,6 +59,8 @@
|
|||||||
|
|
||||||
class BMidiConsumer;
|
class BMidiConsumer;
|
||||||
class BMidiLocalProducer;
|
class BMidiLocalProducer;
|
||||||
|
class BMidiSynth;
|
||||||
|
class BSynth;
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
@@ -118,8 +120,8 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
friend class BSynth;
|
friend class ::BSynth;
|
||||||
friend class BMidiSynth;
|
friend class ::BMidiSynth;
|
||||||
|
|
||||||
BSoftSynth();
|
BSoftSynth();
|
||||||
~BSoftSynth();
|
~BSoftSynth();
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
#include <Looper.h>
|
#include <Looper.h>
|
||||||
#include <Message.h>
|
#include <Message.h>
|
||||||
|
|
||||||
|
class BMidiProducer;
|
||||||
class BMidiRoster;
|
class BMidiRoster;
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
@@ -71,8 +72,8 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
friend class BMidiRoster;
|
friend class ::BMidiRoster;
|
||||||
friend class BMidiProducer;
|
friend class ::BMidiProducer;
|
||||||
|
|
||||||
typedef BLooper super;
|
typedef BLooper super;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user