mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r1805) Teach the driver layer a few things about const correctness
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
BMidiSynthFile midiSynthFile;
|
||||
|
||||
static char *bemidi_start(char **parm)
|
||||
static const char *bemidi_start(const char * const *parm)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user