The glue classes are now in namespace BPrivate.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
#include <Midi.h>
|
||||
|
||||
namespace BPrivate { class BMidiPortGlue; }
|
||||
|
||||
class BMidiPort : public BMidi
|
||||
{
|
||||
public:
|
||||
@@ -59,7 +61,7 @@ private:
|
||||
|
||||
typedef BMidi super;
|
||||
|
||||
friend class BMidiPortGlue;
|
||||
friend class BPrivate::BMidiPortGlue;
|
||||
|
||||
virtual void _ReservedMidiPort1();
|
||||
virtual void _ReservedMidiPort2();
|
||||
|
||||
Reference in New Issue
Block a user