(svn r2687) Make a variable static
authortron
Sat, 23 Jul 2005 15:34:05 +0000
changeset 2173 d828f2e748fe
parent 2172 a6b0d5ff583f
child 2174 24d868f1c576
(svn r2687) Make a variable static
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 <MidiSynthFile.h>
 
-BMidiSynthFile midiSynthFile;
+static BMidiSynthFile midiSynthFile;
 
 static const char *bemidi_start(const char * const *parm)
 {