diff --git a/modules/core/src/matrix.cpp b/modules/core/src/matrix.cpp index a3e8822bd8..b7b475b189 100644 --- a/modules/core/src/matrix.cpp +++ b/modules/core/src/matrix.cpp @@ -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);