const char* fixes for some version of gcc

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5124 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-06-05 14:06:02 +00:00
parent 55435c1b6d
commit 4e977a2aca

View file

@ -158,7 +158,7 @@ MIDI::byte
MIDI::decode_controller_name (const char *name)
{
char *lparen;
const char *lparen;
size_t len;
if ((lparen = strrchr (name, '(')) != 0) {