mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 18:35:43 -04:00
Common/Rectangle: Compile fix when using operator=
This commit is contained in:
parent
7e862cd63e
commit
d1c8775996
@ -70,6 +70,7 @@ struct Rectangle
|
|||||||
top = rhs.top;
|
top = rhs.top;
|
||||||
left = rhs.left;
|
left = rhs.left;
|
||||||
bottom = rhs.bottom;
|
bottom = rhs.bottom;
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Relational operators.
|
// Relational operators.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user