diff -r 84a869767c56 -r bf64ba5b6774 os/beos/bemidi.cpp --- a/os/beos/bemidi.cpp Sat Feb 05 16:12:07 2005 +0000 +++ b/os/beos/bemidi.cpp Sat Feb 05 18:05:42 2005 +0000 @@ -9,7 +9,7 @@ BMidiSynthFile midiSynthFile; -static char *bemidi_start(char **parm) +static const char *bemidi_start(const char * const *parm) { return NULL; }