mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Minor code clean-ups.
This commit is contained in:
parent
9f201da3c5
commit
08eb852103
289 changed files with 779 additions and 780 deletions
|
|
@ -59,7 +59,7 @@ PluginDescription::PluginDescription (const PluginDescription& other) throw()
|
|||
{
|
||||
}
|
||||
|
||||
const PluginDescription& PluginDescription::operator= (const PluginDescription& other) throw()
|
||||
PluginDescription& PluginDescription::operator= (const PluginDescription& other) throw()
|
||||
{
|
||||
name = other.name;
|
||||
pluginFormatName = other.pluginFormatName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue