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