Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -31,7 +31,7 @@ static void CDECL fill_sound_buffer(void *userdata, Uint8 *stream, int len)
|
||||
MxMixSamples(stream, len / 4);
|
||||
}
|
||||
|
||||
const char *SoundDriver_SDL::Start(const char * const *parm)
|
||||
const char *SoundDriver_SDL::Start(const StringList &parm)
|
||||
{
|
||||
SDL_AudioSpec spec;
|
||||
|
||||
|
Reference in New Issue
Block a user