|
@@ -19,12 +19,12 @@ inline bool IntervalsIntersect(unsigned start0, unsigned length0, unsigned start
|
|
|
Rectangle(T left, T top, T right, T bottom)
|
|
Rectangle(T left, T top, T right, T bottom)
|
|
|
: left(left), top(top), right(right), bottom(bottom) {}
|
|
: left(left), top(top), right(right), bottom(bottom) {}
|