Codechange: Use std::string in the driver and blitter selection code.
This commit is contained in:
@@ -48,6 +48,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
extern char *_ini_musicdriver;
|
||||
extern std::string _ini_musicdriver;
|
||||
|
||||
#endif /* MUSIC_MUSIC_DRIVER_HPP */
|
||||
|
||||
Reference in New Issue
Block a user