From 17ca2c49a538eb4896e0b6e6ff24d12e6915ede2 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 5 Feb 2005 18:05:42 +0000 Subject: (svn r1805) Teach the driver layer a few things about const correctness --- os/beos/bemidi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/beos/bemidi.cpp b/os/beos/bemidi.cpp index d0f41d865..969231a6d 100644 --- a/os/beos/bemidi.cpp +++ b/os/beos/bemidi.cpp @@ -9,7 +9,7 @@ BMidiSynthFile midiSynthFile; -static char *bemidi_start(char **parm) +static const char *bemidi_start(const char * const *parm) { return NULL; } -- cgit v1.2.3-70-g09d2