aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth')
-rw-r--r--audio/softsynth/mt32/Part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/softsynth/mt32/Part.h b/audio/softsynth/mt32/Part.h
index befb05c532..5c59c6d61f 100644
--- a/audio/softsynth/mt32/Part.h
+++ b/audio/softsynth/mt32/Part.h
@@ -37,8 +37,8 @@ private:
unsigned int activePartialCount;
PatchCache patchCache[4];
- Common::List<Poly*> freePolys;
- Common::List<Poly*> activePolys;
+ Common::List<Poly *> freePolys;
+ Common::List<Poly *> activePolys;
void setPatch(const PatchParam *patch);
unsigned int midiKeyToKey(unsigned int midiKey);