mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AU: Fixed an error when targeting 32-bit architectures
This commit is contained in:
parent
3cd4a9d917
commit
78f34fe51f
1 changed files with 1 additions and 1 deletions
|
|
@ -1275,7 +1275,7 @@ private:
|
|||
};
|
||||
|
||||
OwnedArray<ParamInfo> parameters;
|
||||
HashMap<AudioUnitParameterID, size_t> paramIDToIndex;
|
||||
HashMap<uint32, size_t> paramIDToIndex;
|
||||
|
||||
MidiDataConcatenator midiConcatenator;
|
||||
CriticalSection midiInLock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue