mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
core: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -176,7 +176,7 @@ struct BatchDistInvoker : public ParallelLoopBody
|
||||
func = _func;
|
||||
}
|
||||
|
||||
void operator()(const Range& range) const
|
||||
void operator()(const Range& range) const CV_OVERRIDE
|
||||
{
|
||||
AutoBuffer<int> buf(src2->rows);
|
||||
int* bufptr = buf;
|
||||
|
||||
Reference in New Issue
Block a user