mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:15:45 -04:00
Common/Rectangle: Fix typo in assignment operator
This commit is contained in:
parent
122726fe65
commit
5df7fbd68c
@ -68,7 +68,7 @@ struct Rectangle
|
||||
{
|
||||
left = rhs.left;
|
||||
top = rhs.top;
|
||||
left = rhs.left;
|
||||
right = rhs.right;
|
||||
bottom = rhs.bottom;
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user