Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -79,7 +79,7 @@ static void DoSetVolume()
|
||||
/**
|
||||
* Initialized the MIDI player, including QuickTime initialization.
|
||||
*/
|
||||
const char *MusicDriver_Cocoa::Start(const char * const *parm)
|
||||
const char *MusicDriver_Cocoa::Start(const StringList &parm)
|
||||
{
|
||||
if (NewMusicPlayer(&_player) != noErr) return "failed to create music player";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user