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