Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -18,7 +18,7 @@ private:
|
||||
uint ticks; ///< Amount of ticks to run.
|
||||
|
||||
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