mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 03:05:45 -04:00
Common/Rectangle: Compile fix when using operator=
This commit is contained in:
@ -70,6 +70,7 @@ struct Rectangle
|
||||
top = rhs.top;
|
||||
left = rhs.left;
|
||||
bottom = rhs.bottom;
|
||||
return *this;
|
||||
}
|
||||
|
||||
// Relational operators.
|
||||
|
Reference in New Issue
Block a user