Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -22,7 +22,7 @@ private:
|
||||
void DoStop();
|
||||
|
||||
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