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