fixed unresolved RotatedRect::boundingRect() error (ticket #725)

This commit is contained in:
Vadim Pisarevsky 2010-12-04 11:40:14 +00:00
parent d04321e747
commit 84aed5d360

View File

@ -3062,7 +3062,7 @@ void RotatedRect::points(Point2f pt[]) const
pt[3].y = 2*center.y - pt[1].y;
}
inline Rect RotatedRect::boundingRect() const
Rect RotatedRect::boundingRect() const
{
Point2f pt[4];
points(pt);