mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
core: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -238,7 +238,7 @@ namespace
|
||||
~ParallelLoopBodyWrapper()
|
||||
{
|
||||
}
|
||||
void operator()(const cv::Range& sr) const
|
||||
void operator()(const cv::Range& sr) const CV_OVERRIDE
|
||||
{
|
||||
#ifdef OPENCV_TRACE
|
||||
// TODO CV_TRACE_NS::details::setCurrentRegion(rootRegion);
|
||||
|
||||
Reference in New Issue
Block a user