Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
		@@ -15,7 +15,7 @@
 | 
			
		||||
/** The SDL video driver. */
 | 
			
		||||
class VideoDriver_SDL : public VideoDriver {
 | 
			
		||||
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