mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54: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
|
|
@ -48,7 +48,7 @@ PropertySet::PropertySet (const PropertySet& other) throw()
|
|||
{
|
||||
}
|
||||
|
||||
const PropertySet& PropertySet::operator= (const PropertySet& other) throw()
|
||||
PropertySet& PropertySet::operator= (const PropertySet& other) throw()
|
||||
{
|
||||
properties = other.properties;
|
||||
fallbackProperties = other.fallbackProperties;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue