mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:05:47 -04:00
Common: Fix issues in utility classes for readbacks
This commit is contained in:
@ -96,7 +96,7 @@ struct Rectangle
|
||||
right op## = amount; \
|
||||
bottom op## = amount; \
|
||||
} \
|
||||
constexpr Rectangle operator op(const T amount) \
|
||||
constexpr Rectangle operator op(const T amount) const \
|
||||
{ \
|
||||
return Rectangle(left op amount, top op amount, right op amount, bottom op amount); \
|
||||
}
|
||||
|
Reference in New Issue
Block a user