mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Partially back-port #25075 to 4.x
This commit is contained in:
@@ -2239,7 +2239,7 @@ static const int* getFontData(int fontFace)
|
||||
ascii = HersheyScriptComplex;
|
||||
break;
|
||||
default:
|
||||
CV_Error( CV_StsOutOfRange, "Unknown font type" );
|
||||
CV_Error( cv::Error::StsOutOfRange, "Unknown font type" );
|
||||
}
|
||||
return ascii;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user