Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/** Implementation of the null sound driver. */
|
||||
class SoundDriver_Null : public SoundDriver {
|
||||
public:
|
||||
const char *Start(const char * const *param) override { return nullptr; }
|
||||
const char *Start(const StringList ¶m) override { return nullptr; }
|
||||
|
||||
void Stop() override { }
|
||||
const char *GetName() const override { return "null"; }
|
||||
|
Reference in New Issue
Block a user