mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Minor code clean-ups.
This commit is contained in:
parent
9f201da3c5
commit
08eb852103
289 changed files with 779 additions and 780 deletions
|
|
@ -77,7 +77,7 @@ Path::Path (const Path& other) throw()
|
|||
}
|
||||
}
|
||||
|
||||
const Path& Path::operator= (const Path& other) throw()
|
||||
Path& Path::operator= (const Path& other) throw()
|
||||
{
|
||||
if (this != &other)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue