summaryrefslogtreecommitdiff
path: root/muse2/synti/simpledrums2/simpledrums.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-07-28 17:20:06 +0000
committerFlorian Jung <flo@windfisch.org>2011-07-28 17:20:06 +0000
commitd8b982306e85b2a29f793d50cab2a424c1715c0d (patch)
tree389dbe1037fdb0f2639e5610f3d6c394ed8c9233 /muse2/synti/simpledrums2/simpledrums.cpp
parent7193ff9d74fe76737d28ba77bf3dcadac19d2895 (diff)
parent346fbb6c864890959ac2e3a7f4549d6bb202373e (diff)
merged with trunk
Diffstat (limited to 'muse2/synti/simpledrums2/simpledrums.cpp')
-rw-r--r--muse2/synti/simpledrums2/simpledrums.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/simpledrums2/simpledrums.cpp b/muse2/synti/simpledrums2/simpledrums.cpp
index 80f61102..2da4ed82 100644
--- a/muse2/synti/simpledrums2/simpledrums.cpp
+++ b/muse2/synti/simpledrums2/simpledrums.cpp
@@ -251,7 +251,7 @@ SimpleSynth::~SimpleSynth()
int SimpleSynth::oldMidiStateHeader(const unsigned char** data) const
{
- unsigned char const d[2] = {MUSE_SYNTH_SYSEX_MFG_ID, SIMPLEDRUMS_UNIQUE_ID};
+ static unsigned char const d[2] = {MUSE_SYNTH_SYSEX_MFG_ID, SIMPLEDRUMS_UNIQUE_ID};
*data = &d[0];
return 2;
}