another merge fix...
This commit is contained in:
parent
166c6fca0e
commit
e44d3494bd
1 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ CSound::CSound ( void (*fpNewProcessCallback) ( CVector<short>& psData, vo
|
||||||
void* arg,
|
void* arg,
|
||||||
const int iCtrlMIDIChannel,
|
const int iCtrlMIDIChannel,
|
||||||
const bool ,
|
const bool ,
|
||||||
QString& ) :
|
const QString& ) :
|
||||||
CSoundBase ( "CoreAudio", true, fpNewProcessCallback, arg, iCtrlMIDIChannel ),
|
CSoundBase ( "CoreAudio", true, fpNewProcessCallback, arg, iCtrlMIDIChannel ),
|
||||||
midiInPortRef ( static_cast<MIDIPortRef> ( NULL ) )
|
midiInPortRef ( static_cast<MIDIPortRef> ( NULL ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue