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