Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/** The Windows music player. */
|
||||
class MusicDriver_Win32 : public MusicDriver {
|
||||
public:
|
||||
const char *Start(const char * const *param) override;
|
||||
const char *Start(const StringList ¶m) override;
|
||||
|
||||
void Stop() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user