mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead)
This commit is contained in:
parent
a43448df13
commit
ed97872c1a
74 changed files with 571 additions and 775 deletions
|
|
@ -445,7 +445,7 @@ private:
|
|||
HeapBlock <float*> inChans, outChans;
|
||||
int totalNumberOfInputChannels;
|
||||
int totalNumberOfOutputChannels;
|
||||
VoidArray inputPorts, outputPorts;
|
||||
Array<void*> inputPorts, outputPorts;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue