1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
This commit is contained in:
jules 2008-03-16 14:55:35 +00:00
parent 88fa4e0e56
commit ff3c2e9fce
9 changed files with 521 additions and 771 deletions

View file

@ -57,9 +57,9 @@ PluginDescription::PluginDescription (const PluginDescription& other) throw()
manufacturerName (other.manufacturerName),
version (other.version),
file (other.file),
lastFileModTime (other.lastFileModTime),
uid (other.uid),
isInstrument (other.isInstrument),
lastFileModTime (other.lastFileModTime),
numInputChannels (other.numInputChannels),
numOutputChannels (other.numOutputChannels)
{