# HG changeset patch # User tron # Date 1122132845 0 # Node ID d828f2e748fe3928a8fc6ecd9235684f46b763f0 # Parent a6b0d5ff583f1d2e12c2aee953c29c6d8f46b48c (svn r2687) Make a variable static diff -r a6b0d5ff583f -r d828f2e748fe music/bemidi.cpp --- a/music/bemidi.cpp Sat Jul 23 15:24:31 2005 +0000 +++ b/music/bemidi.cpp Sat Jul 23 15:34:05 2005 +0000 @@ -5,7 +5,7 @@ // BeOS System Includes #include -BMidiSynthFile midiSynthFile; +static BMidiSynthFile midiSynthFile; static const char *bemidi_start(const char * const *parm) {