forked from mirror/OpenTTD
(svn r2687) Make a variable static
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// BeOS System Includes
|
||||
#include <MidiSynthFile.h>
|
||||
|
||||
BMidiSynthFile midiSynthFile;
|
||||
static BMidiSynthFile midiSynthFile;
|
||||
|
||||
static const char *bemidi_start(const char * const *parm)
|
||||
{
|
||||
|
Reference in New Issue
Block a user