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